summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-07-02 21:50:17 +0000
committerStef Walter <stef@memberwebs.com>2008-07-02 21:50:17 +0000
commitc9c90d2c3e82a1f717cb1ce216d856b0d02f8186 (patch)
tree2c1e03072a6816f80bae484e178846ab741cb6bc
parent95e306046647dce6b5bebf9c237d6fa6b68efaee (diff)
Release version 0.2
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
-rw-r--r--doc/Makefile.am7
-rw-r--r--doc/notify-dns-slaves.11
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