doc: Added manpage for callfcgi.
[ashd.git] / doc / Makefile.am
CommitLineData
d185ffb9 1dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 \
eafd8a5d
FT
2 userplex.1 htls.1 callscgi.1 accesslog.1 htextauth.1 \
3 callfcgi.1
5c9badda
FT
4dist_man7_MANS = ashd.7
5
6%.7 %.1: %.doc
7 a2x -f manpage $<
8
9%.html: %.doc
10 a2x -f xhtml $<
11
12manpages: $(dist_man1_MANS) $(dist_man7_MANS)
13
14htmldoc: $(patsubst %.doc, %.html, *.doc)
15
16EXTRA_DIST = *.doc