X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=256df898977b2d971467bc8b150aa07be1ac1424;hp=239dc6304a6a835cad089f7f1daf3d41aac710a3;hb=ff5d32c875fe5507db2004d3c22fe77cbc7eab0d;hpb=f5ccf26ded1fd7c3d5d9c7b6615236ae051b4a34 diff --git a/Makefile.am b/Makefile.am index 239dc6304..256df8989 100644 --- a/Makefile.am +++ b/Makefile.am @@ -499,7 +499,8 @@ MANPAGES = \ man/systemd-analyze.1 \ man/systemd-tty-ask-password-agent.1 \ man/systemd-getty-generator.8 \ - man/systemd-system-update-generator.8 + man/systemd-system-update-generator.8 \ + man/systemd-fstab-generator.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -525,7 +526,10 @@ MANPAGES_ALIAS = \ man/systemd-fsck-root.service.8 \ man/systemd-ask-password-console.path.8 \ man/systemd-ask-password-wall.service.8 \ - man/systemd-ask-password-wall.path.8 + man/systemd-ask-password-wall.path.8 \ + man/systemd-tmpfiles-setup.service.8 \ + man/systemd-tmpfiles-clean.service.8 \ + man/systemd-tmpfiles-clean.timer.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -551,6 +555,9 @@ man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8 +man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8 +man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8 +man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}