28c3d2cb12600701361d8797ac314a53c6e5c994
[ashd.git] / doc / Makefile.am
1 dist_man1_MANS =        callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 \
2                         userplex.1 htls.1 callscgi.1 accesslog.1 htextauth.1 \
3                         callfcgi.1 multifscgi.1 errlogger.1 httimed.1 \
4                         psendfile.1 httrcall.1
5
6 dist_man7_MANS = ashd.7
7
8 %.7 %.1: %.doc
9         a2x -f manpage $<
10
11 %.html: %.doc
12         a2x -f xhtml $<
13
14 manpages: $(dist_man1_MANS) $(dist_man7_MANS)
15
16 htmldoc: $(patsubst %.doc, %.html, *.doc)
17
18 EXTRA_DIST = *.doc