Added build procedure for manpages and HTML documentation.
[ashd.git] / doc / Makefile.am
CommitLineData
5c9badda
FT
1dist_man1_MANS = callcgi.1 dirplex.1 htparser.1 patplex.1 sendfile.1 userplex.1
2dist_man7_MANS = ashd.7
3
4%.7 %.1: %.doc
5 a2x -f manpage $<
6
7%.html: %.doc
8 a2x -f xhtml $<
9
10manpages: $(dist_man1_MANS) $(dist_man7_MANS)
11
12htmldoc: $(patsubst %.doc, %.html, *.doc)
13
14EXTRA_DIST = *.doc