diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-14 22:08:33 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-15 11:30:42 -0500 |
commit | 9cc2c8b763fb4b9ddda95756a727a438a0d2a012 (patch) | |
tree | a321717b01b38f998eb01e3e433144e9f2c67058 /Makefile.am | |
parent | 08177c85efd52c2c2ab00991791649ad8cf61297 (diff) |
man: add links to directive index to see-alsos
systemd.directives(5) is renamed to systemd.directives(7).
Section 7 is "Miscellaneous".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f02e9532d9..ed6c307c90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -693,7 +693,7 @@ man/index.html: make-man-index.py $(XML_FILES) $(AM_V_GEN)$(PYTHON) $^ > $@ MANPAGES += \ - man/systemd.directives.5 + man/systemd.directives.7 EXTRA_DIST += \ man/index.html |