]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile-man.am
nspawn: change owner/group of /run/systemd/nspawn/notify to userns-root
[thirdparty/systemd.git] / Makefile-man.am
index 228e29fc4f4ef035e5353a4d563c34a178cff75f..c47bedd0df3dcf6ce52d7530aba8b0581ab7d64e 100644 (file)
@@ -142,6 +142,7 @@ MANPAGES += \
        man/systemd-tty-ask-password-agent.1 \
        man/systemd-udevd.service.8 \
        man/systemd-update-done.service.8 \
+       man/systemd-volatile-root.service.8 \
        man/systemd.1 \
        man/systemd.automount.5 \
        man/systemd.device.5 \
@@ -403,6 +404,7 @@ MANPAGES_ALIAS += \
        man/sd_is_mq.3 \
        man/sd_is_socket.3 \
        man/sd_is_socket_inet.3 \
+       man/sd_is_socket_sockaddr.3 \
        man/sd_is_socket_unix.3 \
        man/sd_is_special.3 \
        man/sd_journal.3 \
@@ -481,6 +483,7 @@ MANPAGES_ALIAS += \
        man/systemd-udevd.8 \
        man/systemd-update-done.8 \
        man/systemd-user.conf.5 \
+       man/systemd-volatile-root.8 \
        man/udev_device_get_action.3 \
        man/udev_device_get_devlinks_list_entry.3 \
        man/udev_device_get_devnode.3 \
@@ -757,6 +760,7 @@ man/sd_id128_t.3: man/sd-id128.3
 man/sd_is_mq.3: man/sd_is_fifo.3
 man/sd_is_socket.3: man/sd_is_fifo.3
 man/sd_is_socket_inet.3: man/sd_is_fifo.3
+man/sd_is_socket_sockaddr.3: man/sd_is_fifo.3
 man/sd_is_socket_unix.3: man/sd_is_fifo.3
 man/sd_is_special.3: man/sd_is_fifo.3
 man/sd_journal.3: man/sd_journal_open.3
@@ -835,6 +839,7 @@ man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
 man/systemd-udevd.8: man/systemd-udevd.service.8
 man/systemd-update-done.8: man/systemd-update-done.service.8
 man/systemd-user.conf.5: man/systemd-system.conf.5
+man/systemd-volatile-root.8: man/systemd-volatile-root.service.8
 man/udev_device_get_action.3: man/udev_device_get_syspath.3
 man/udev_device_get_devlinks_list_entry.3: man/udev_device_has_tag.3
 man/udev_device_get_devnode.3: man/udev_device_get_syspath.3
@@ -1551,6 +1556,9 @@ man/sd_is_socket.html: man/sd_is_fifo.html
 man/sd_is_socket_inet.html: man/sd_is_fifo.html
        $(html-alias)
 
+man/sd_is_socket_sockaddr.html: man/sd_is_fifo.html
+       $(html-alias)
+
 man/sd_is_socket_unix.html: man/sd_is_fifo.html
        $(html-alias)
 
@@ -1785,6 +1793,9 @@ man/systemd-update-done.html: man/systemd-update-done.service.html
 man/systemd-user.conf.html: man/systemd-system.conf.html
        $(html-alias)
 
+man/systemd-volatile-root.html: man/systemd-volatile-root.service.html
+       $(html-alias)
+
 man/udev_device_get_action.html: man/udev_device_get_syspath.html
        $(html-alias)
 
@@ -2265,13 +2276,20 @@ if HAVE_LIBCRYPTSETUP
 MANPAGES += \
        man/crypttab.5 \
        man/systemd-cryptsetup-generator.8 \
-       man/systemd-cryptsetup@.service.8
+       man/systemd-cryptsetup@.service.8 \
+       man/systemd-veritysetup-generator.8 \
+       man/systemd-veritysetup@.service.8
 MANPAGES_ALIAS += \
-       man/systemd-cryptsetup.8
+       man/systemd-cryptsetup.8 \
+       man/systemd-veritysetup.8
 man/systemd-cryptsetup.8: man/systemd-cryptsetup@.service.8
+man/systemd-veritysetup.8: man/systemd-veritysetup@.service.8
 man/systemd-cryptsetup.html: man/systemd-cryptsetup@.service.html
        $(html-alias)
 
+man/systemd-veritysetup.html: man/systemd-veritysetup@.service.html
+       $(html-alias)
+
 endif
 
 if HAVE_MICROHTTPD
@@ -2799,6 +2817,9 @@ EXTRA_DIST += \
        man/systemd-update-utmp.service.xml \
        man/systemd-user-sessions.service.xml \
        man/systemd-vconsole-setup.service.xml \
+       man/systemd-veritysetup-generator.xml \
+       man/systemd-veritysetup@.service.xml \
+       man/systemd-volatile-root.service.xml \
        man/systemd.automount.xml \
        man/systemd.device.xml \
        man/systemd.exec.xml \