Update documentation and remove stuff that's too outdated.
This commit is contained in:
parent
2ed154e731
commit
63568bb6bc
9 changed files with 146 additions and 1273 deletions
|
|
@ -23,3 +23,14 @@ transform = s/ginstall/install/; @program_transform_name@
|
|||
|
||||
# For additional rules usually of interest only to the maintainer,
|
||||
# see GNUmakefile and Makefile.maint.
|
||||
|
||||
tinc.pdf: tinc.texi
|
||||
texi2pdf -o tinc.pdf tinc.texi
|
||||
|
||||
texi2html: tinc.texi
|
||||
mkdir -p html
|
||||
rm -f html/*.html
|
||||
cd html && texi2html -split=chapter ../tinc.texi
|
||||
|
||||
%.html: %
|
||||
w3mman2html $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue