X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=baf94f3b7cf3a30b96a7e995094f193ed1850d79;hb=295f91786e8606bed03ca004157adbeb84565094;hp=47e0dad7b0d3b8d5b4a9c4e5a146f10514d1f932;hpb=f55027b3c379b0d9dd4b4cf723485dccd4990921;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 47e0dad..baf94f3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,17 +1,19 @@ dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 \ userplex.1 htls.1 callscgi.1 accesslog.1 htextauth.1 \ - callfcgi.1 multifscgi.1 + callfcgi.1 multifscgi.1 errlogger.1 httimed.1 \ + psendfile.1 httrcall.1 dist_man7_MANS = ashd.7 -%.7 %.1: %.doc +.doc.1: a2x -f manpage $< - -%.html: %.doc +.doc.7: + a2x -f manpage $< +.doc.html: a2x -f xhtml $< manpages: $(dist_man1_MANS) $(dist_man7_MANS) -htmldoc: $(patsubst %.doc, %.html, *.doc) +htmldoc: ${dist_man1_MANS:.1=.html} ${dist_man7_MANS:.7=.html} EXTRA_DIST = *.doc