X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=baf94f3b7cf3a30b96a7e995094f193ed1850d79;hb=HEAD;hp=3c4fe3d7048c70fd01d1246e716512b7413fd3c9;hpb=6dcead3f0b94024225b517fcabb10c2c3a5c15a4;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3c4fe3d..9429bfb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,18 +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 errlogger.1 httimed.1 \ - psendfile.1 + psendfile.1 httrcall.1 htpipe.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