diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/notify-dns-slaves.1 | 1 |
2 files changed, 6 insertions, 2 deletions
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 |