X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=9429bfb3fb846bbd37c2453cd453039a871f28b4;hb=7d1e14f405f389656604c68e18a381feabcd3d4a;hp=e018ed8036a64c884d7dfa6fd72169bb8986f383;hpb=8724418706e39fc81f5f863cb628beedea13bd9d;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e018ed8..9429bfb 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 errlogger.1 + callfcgi.1 multifscgi.1 errlogger.1 httimed.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