diff options
author | Tom Gundersen <teg@jklm.no> | 2013-01-05 18:39:09 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-01-07 15:15:57 +0100 |
commit | 16eb4da97e1bfe7f9416a0622b1a06408e550423 (patch) | |
tree | 2d5eb6c8a1cfc162014a9b26e6b830b6e1f017b3 /Makefile.am | |
parent | d562955eac58d3a5089e0f344ea586412a134451 (diff) |
nss-myhostname: integrate documentation
Converted from html to xml and changed the style to fit into the other
manpages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 91bc49dc5b..7048cb511a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -587,6 +587,11 @@ man/systemd-journal-gatewayd.socket.8: man/systemd-journal-gatewayd.service.8 man/systemd-journal-gatewayd.8: man/systemd-journal-gatewayd.service.8 endif +if HAVE_MYHOSTNAME +MANPAGES += \ + man/nss-myhostname.8 +endif + man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 man/init.1: man/systemd.1 |