diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 13:08:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 13:08:23 +0200 |
commit | ca6b98ae21114064b57889a90561d86785223c4e (patch) | |
tree | 2aac6c577af12720eb315377c90dda6ea5473df8 /Makefile.am | |
parent | edcf89bebe6997b9ff47b7b32c0563ff9797dfb2 (diff) |
man: document systemd-remount-fs.service
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ca676e588e..09ea5ecdbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -487,7 +487,8 @@ MANPAGES = \ man/journald.conf.5 \ man/systemd-journald.service.8 \ man/journalctl.1 \ - man/systemd-inhibit.1 + man/systemd-inhibit.1 \ + man/systemd-remount-fs.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -495,7 +496,8 @@ MANPAGES_ALIAS = \ man/init.1 \ man/systemd-modules-load.8 \ man/systemd-sysctl.8 \ - man/systemd-journald.8 + man/systemd-journald.8 \ + man/systemd-remount-fs.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -503,6 +505,7 @@ man/init.1: man/systemd.1 man/systemd-modules-load.8: man/systemd-modules-load.service.8 man/systemd-sysctl.8: man/systemd-sysctl.service.8 man/systemd-journald.8: man/systemd-journald.service.8 +man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} |