X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=6714dbae087184c6608ad53df77ca18f890e6251;hp=b62feb7e0c9052bbda0018360ea20c99a078b926;hb=63568bb6bca20b4d2b2068a6367084a273eabac8;hpb=2ed154e73192d5e162544bc570abbb3a1df3ec83 diff --git a/doc/Makefile.am b/doc/Makefile.am index b62feb7..6714dba 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 $< > $@