From c9c90d2c3e82a1f717cb1ce216d856b0d02f8186 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 2 Jul 2008 21:50:17 +0000 Subject: Release version 0.2 --- doc/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index a5c96b8..e61392b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,13 @@ -man_MANS = slapi-dnsnotify.8 +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} + $(man_MANS) -- cgit v1.2.3