python: Rewrote SSI handler as a reusable module, and in Python3.
[ashd.git] / doc / Makefile.am
CommitLineData
d185ffb9 1dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 \
eafd8a5d 2 userplex.1 htls.1 callscgi.1 accesslog.1 htextauth.1 \
87244187 3 callfcgi.1 multifscgi.1 errlogger.1
f55027b3 4
5c9badda
FT
5dist_man7_MANS = ashd.7
6
7%.7 %.1: %.doc
8 a2x -f manpage $<
9
10%.html: %.doc
11 a2x -f xhtml $<
12
13manpages: $(dist_man1_MANS) $(dist_man7_MANS)
14
15htmldoc: $(patsubst %.doc, %.html, *.doc)
16
17EXTRA_DIST = *.doc