summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: a5c96b89915294c09a2f3d6c4bdfb5741881dbf8 (plain)
1
2
3
4
5
6
7
8
9
10

man_MANS = slapi-dnsnotify.8

# Simple way to make docs
html:
	perl man2html.pl slapi-dnsnotify.8 > slapi-dnsnotify.8.html

EXTRA_DIST = \
	man2html.pl \
	${man_MANS}