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

man_MANS = \
	slapi-dnsnotify.8 \
	notify-dns-slaves.1

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

EXTRA_DIST = \
	man2html.pl \
	$(man_MANS)