X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=9429bfb3fb846bbd37c2453cd453039a871f28b4;hb=a19b6c773491e5bce11aa27c45d19d3cf9eee006;hp=2278bfd614fe3fb6b038b67835bb785fcabae5a2;hpb=0bb6f3d452b281a8b9992199932bbd95ed1ae306;p=ashd.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 2278bfd..9429bfb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,19 @@ -dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 userplex.1 htls.1 callscgi.1 accesslog.1 +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 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