chiark / gitweb /
remove xorg
[elogind.git] / Makefile-man.am
index 105853e4754c3f4f8f4bbac50160ca17ce367dde..2f3e5f227194f5ac36f24c0a5620190ef12cbdf6 100644 (file)
@@ -65,8 +65,8 @@ MANPAGES += \
        man/systemd-detect-virt.1 \
        man/systemd-efi-boot-generator.8 \
        man/systemd-escape.1 \
-       man/systemd-firstboot.1 \
        man/systemd-fsck@.service.8 \
+       man/systemd-fsckd.service.8 \
        man/systemd-fstab-generator.8 \
        man/systemd-getty-generator.8 \
        man/systemd-gpt-auto-generator.8 \
@@ -100,6 +100,7 @@ MANPAGES += \
        man/systemd.automount.5 \
        man/systemd.device.5 \
        man/systemd.exec.5 \
+       man/systemd.generator.7 \
        man/systemd.journal-fields.7 \
        man/systemd.kill.5 \
        man/systemd.link.5 \
@@ -207,9 +208,10 @@ MANPAGES_ALIAS += \
        man/systemd-ask-password-console.path.8 \
        man/systemd-ask-password-wall.path.8 \
        man/systemd-ask-password-wall.service.8 \
-       man/systemd-firstboot.service.1 \
        man/systemd-fsck-root.service.8 \
        man/systemd-fsck.8 \
+       man/systemd-fsckd.8 \
+       man/systemd-fsckd.socket.8 \
        man/systemd-hibernate-resume.8 \
        man/systemd-hibernate.service.8 \
        man/systemd-hybrid-sleep.service.8 \
@@ -320,9 +322,10 @@ man/system.conf.d.5: man/systemd-system.conf.5
 man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8
 man/systemd-ask-password-wall.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-firstboot.service.1: man/systemd-firstboot.1
 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8
 man/systemd-fsck.8: man/systemd-fsck@.service.8
+man/systemd-fsckd.8: man/systemd-fsckd.service.8
+man/systemd-fsckd.socket.8: man/systemd-fsckd.service.8
 man/systemd-hibernate-resume.8: man/systemd-hibernate-resume@.service.8
 man/systemd-hibernate.service.8: man/systemd-suspend.service.8
 man/systemd-hybrid-sleep.service.8: man/systemd-suspend.service.8
@@ -597,15 +600,18 @@ man/systemd-ask-password-wall.path.html: man/systemd-ask-password-console.servic
 man/systemd-ask-password-wall.service.html: man/systemd-ask-password-console.service.html
        $(html-alias)
 
-man/systemd-firstboot.service.html: man/systemd-firstboot.html
-       $(html-alias)
-
 man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html
        $(html-alias)
 
 man/systemd-fsck.html: man/systemd-fsck@.service.html
        $(html-alias)
 
+man/systemd-fsckd.html: man/systemd-fsckd.service.html
+       $(html-alias)
+
+man/systemd-fsckd.socket.html: man/systemd-fsckd.service.html
+       $(html-alias)
+
 man/systemd-hibernate-resume.html: man/systemd-hibernate-resume@.service.html
        $(html-alias)
 
@@ -748,6 +754,17 @@ MANPAGES_ALIAS += \
 
 endif
 
+if ENABLE_FIRSTBOOT
+MANPAGES += \
+       man/systemd-firstboot.1
+MANPAGES_ALIAS += \
+       man/systemd-firstboot.service.1
+man/systemd-firstboot.service.1: man/systemd-firstboot.1
+man/systemd-firstboot.service.html: man/systemd-firstboot.html
+       $(html-alias)
+
+endif
+
 if ENABLE_HOSTNAMED
 MANPAGES += \
        man/hostnamectl.1 \
@@ -793,7 +810,9 @@ MANPAGES += \
        man/sd_event_add_time.3 \
        man/sd_event_get_fd.3 \
        man/sd_event_new.3 \
+       man/sd_event_run.3 \
        man/sd_event_set_name.3 \
+       man/sd_event_wait.3 \
        man/systemd-bus-proxyd.8 \
        man/systemd-bus-proxyd@.service.8
 MANPAGES_ALIAS += \
@@ -854,7 +873,10 @@ MANPAGES_ALIAS += \
        man/sd_event_add_exit.3 \
        man/sd_event_add_post.3 \
        man/sd_event_default.3 \
+       man/sd_event_dispatch.3 \
        man/sd_event_get_name.3 \
+       man/sd_event_loop.3 \
+       man/sd_event_prepare.3 \
        man/sd_event_ref.3 \
        man/sd_event_source_get_child_pid.3 \
        man/sd_event_source_get_signal.3 \
@@ -922,7 +944,10 @@ man/sd_bus_unref.3: man/sd_bus_new.3
 man/sd_event_add_exit.3: man/sd_event_add_defer.3
 man/sd_event_add_post.3: man/sd_event_add_defer.3
 man/sd_event_default.3: man/sd_event_new.3
+man/sd_event_dispatch.3: man/sd_event_wait.3
 man/sd_event_get_name.3: man/sd_event_set_name.3
+man/sd_event_loop.3: man/sd_event_run.3
+man/sd_event_prepare.3: man/sd_event_wait.3
 man/sd_event_ref.3: man/sd_event_new.3
 man/sd_event_source_get_child_pid.3: man/sd_event_add_child.3
 man/sd_event_source_get_signal.3: man/sd_event_add_signal.3
@@ -1104,9 +1129,18 @@ man/sd_event_add_post.html: man/sd_event_add_defer.html
 man/sd_event_default.html: man/sd_event_new.html
        $(html-alias)
 
+man/sd_event_dispatch.html: man/sd_event_wait.html
+       $(html-alias)
+
 man/sd_event_get_name.html: man/sd_event_set_name.html
        $(html-alias)
 
+man/sd_event_loop.html: man/sd_event_run.html
+       $(html-alias)
+
+man/sd_event_prepare.html: man/sd_event_wait.html
+       $(html-alias)
+
 man/sd_event_ref.html: man/sd_event_new.html
        $(html-alias)
 
@@ -1324,14 +1358,20 @@ endif
 
 if HAVE_MICROHTTPD
 MANPAGES += \
+       man/journal-remote.conf.5 \
        man/systemd-journal-gatewayd.service.8 \
        man/systemd-journal-remote.8 \
        man/systemd-journal-upload.8
 MANPAGES_ALIAS += \
+       man/journal-remote.conf.d.5 \
        man/systemd-journal-gatewayd.8 \
        man/systemd-journal-gatewayd.socket.8
+man/journal-remote.conf.d.5: man/journal-remote.conf.5
 man/systemd-journal-gatewayd.8: man/systemd-journal-gatewayd.service.8
 man/systemd-journal-gatewayd.socket.8: man/systemd-journal-gatewayd.service.8
+man/journal-remote.conf.d.html: man/journal-remote.conf.html
+       $(html-alias)
+
 man/systemd-journal-gatewayd.html: man/systemd-journal-gatewayd.service.html
        $(html-alias)
 
@@ -1628,6 +1668,7 @@ EXTRA_DIST += \
        man/hostname.xml \
        man/hostnamectl.xml \
        man/hwdb.xml \
+       man/journal-remote.conf.xml \
        man/journalctl.xml \
        man/journald.conf.xml \
        man/kernel-command-line.xml \
@@ -1676,7 +1717,9 @@ EXTRA_DIST += \
        man/sd_event_add_time.xml \
        man/sd_event_get_fd.xml \
        man/sd_event_new.xml \
+       man/sd_event_run.xml \
        man/sd_event_set_name.xml \
+       man/sd_event_wait.xml \
        man/sd_get_seats.xml \
        man/sd_id128_get_machine.xml \
        man/sd_id128_randomize.xml \
@@ -1732,6 +1775,7 @@ EXTRA_DIST += \
        man/systemd-escape.xml \
        man/systemd-firstboot.xml \
        man/systemd-fsck@.service.xml \
+       man/systemd-fsckd.service.xml \
        man/systemd-fstab-generator.xml \
        man/systemd-getty-generator.xml \
        man/systemd-gpt-auto-generator.xml \
@@ -1786,6 +1830,7 @@ EXTRA_DIST += \
        man/systemd.device.xml \
        man/systemd.directives.xml \
        man/systemd.exec.xml \
+       man/systemd.generator.xml \
        man/systemd.index.xml \
        man/systemd.journal-fields.xml \
        man/systemd.kill.xml \