diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-24 00:24:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-24 00:24:46 +0100 |
commit | 7a529f63e60dfdccc23d61808c20ba40d9901e47 (patch) | |
tree | d78fd6cc6c542f5cd71e2d769728053c6a16b10c /Makefile.am | |
parent | 0979f2855c81d144d4c7d814678a5b5b2d34155b (diff) |
man: document calendar timers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5d772be942..6321840921 100644 --- a/Makefile.am +++ b/Makefile.am @@ -477,6 +477,7 @@ MANPAGES = \ man/systemd.kill.5 \ man/systemd.special.7 \ man/systemd.journal-fields.7 \ + man/systemd.time.7 \ man/kernel-command-line.7 \ man/daemon.7 \ man/bootup.7 \ @@ -746,7 +747,8 @@ XML_DIRECTIVE_FILES = \ man/systemd.kill.xml \ man/systemd.device.xml \ man/systemd.conf.xml \ - man/systemd.journal-fields.xml + man/systemd.journal-fields.xml \ + man/systemd.time.xml man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES) $(AM_V_at)$(MKDIR_P) $(dir $@) |