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 --- Makefile.am | 2 +- configure.in | 1 + doc/Makefile.am | 7 +++++-- doc/notify-dns-slaves.1 | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5cc07b6..a8d1f9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = common include -SUBDIRS = plugin tools tests +SUBDIRS = plugin tools tests doc dist-hook: rm -rf `find $(distdir)/ -name .svn` diff --git a/configure.in b/configure.in index 34eedb4..64747a3 100644 --- a/configure.in +++ b/configure.in @@ -98,6 +98,7 @@ fi AC_CONFIG_FILES([ Makefile + doc/Makefile plugin/Makefile tests/Makefile tools/Makefile 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) diff --git a/doc/notify-dns-slaves.1 b/doc/notify-dns-slaves.1 index 4ee4d55..9c01247 100644 --- a/doc/notify-dns-slaves.1 +++ b/doc/notify-dns-slaves.1 @@ -80,6 +80,7 @@ out DNS notifications. This is usually controlled with the .Em notify-delay option to .Xr slapi-dnsnotify 8 +.El .Sh SEE ALSO .Xr slapi-dnsnotify 8 .Sh AUTHOR -- cgit v1.2.3