X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2FMakefile.am;h=c3b209ff400c1278ac7d82b1e9d8f25efc2be2b2;hp=b62feb7e0c9052bbda0018360ea20c99a078b926;hb=de223b51b94c58d1674f1ef56e9d485ff48d366d;hpb=fe61e1ffef186aa509a50be3be83955fe1cbb514 diff --git a/doc/Makefile.am b/doc/Makefile.am index b62feb7e..c3b209ff 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ ## Process this file with automake to get Makefile.in -SUBDIRS = es - info_TEXINFOS = tinc.texi dyn_MANS = @@ -23,3 +21,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 $< > $@