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)