diff options
author | Brandon Philips <brandon@ifup.org> | 2010-11-04 16:31:07 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-05 00:20:28 +0100 |
commit | 4149f86d816fc0fef41d35de5beb09bfe81e0d6a (patch) | |
tree | a588a140ae554c05fdb9694706bb9684f4fa712b /Makefile.am | |
parent | 1e85f63615d0b592686fba810157d6b5963b2af9 (diff) |
man/tmpfiles.d.xml: add a manpage for tmpfiles.d
Initial commit of a tmpfiles.d manpage.
I ran it through xmllint but I don't know how to make it look pretty
like the rest of the xml files. :-P
Signed-off-by: Brandon Philips <bphilips@suse.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 03a6a4e594..456553fa5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -486,7 +486,8 @@ MANPAGES = \ man/halt.8 \ man/shutdown.8 \ man/pam_systemd.8 \ - man/systemd.conf.5 + man/systemd.conf.5 \ + man/tmpfiles.d.5 MANPAGES_ALIAS = \ man/reboot.8 \ |