X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=9429bfb3fb846bbd37c2453cd453039a871f28b4;hb=595adb9922885c2a05bc6917ee8f8f02f496e618;hp=28c3d2cb12600701361d8797ac314a53c6e5c994;hpb=f7b4b93eeebeb4c52828da4b327ed4e135a16fb1;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 28c3d2c..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 httrcall.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