Update documentation and remove stuff that's too outdated.

This commit is contained in:
Guus Sliepen 2003-07-30 09:22:29 +00:00
parent 2ed154e731
commit 63568bb6bc
9 changed files with 146 additions and 1273 deletions

View file

@ -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 $< > $@