X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=66b4a0b0e7d599b8dd850478525db3ff70ff553d;hb=5c9badda7978589159e09a0346c0cf30e3556474;hp=0000000000000000000000000000000000000000;hpb=20504dc3c67504a8131be7f4fcc85617a8300372;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..66b4a0b --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,14 @@ +dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 userplex.1 +dist_man7_MANS = ashd.7 + +%.7 %.1: %.doc + a2x -f manpage $< + +%.html: %.doc + a2x -f xhtml $< + +manpages: $(dist_man1_MANS) $(dist_man7_MANS) + +htmldoc: $(patsubst %.doc, %.html, *.doc) + +EXTRA_DIST = *.doc