]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile-man.am
build: fix missing symbol for old kernel headers (#3530)
[thirdparty/systemd.git] / Makefile-man.am
index 8605c2a8a2bb662776cc62dee404430a70c316dc..d5b328d267145557192e9dd43b9da4c45896393c 100644 (file)
@@ -144,6 +144,7 @@ MANPAGES += \
        man/systemd.link.5 \
        man/systemd.mount.5 \
        man/systemd.nspawn.5 \
+       man/systemd.offline-updates.7 \
        man/systemd.path.5 \
        man/systemd.preset.5 \
        man/systemd.resource-control.5 \
@@ -241,6 +242,7 @@ MANPAGES_ALIAS += \
        man/SD_JOURNAL_INVALIDATE.3 \
        man/SD_JOURNAL_LOCAL_ONLY.3 \
        man/SD_JOURNAL_NOP.3 \
+       man/SD_JOURNAL_OS_ROOT.3 \
        man/SD_JOURNAL_RUNTIME_ONLY.3 \
        man/SD_JOURNAL_SUPPRESS_LOCATION.3 \
        man/SD_JOURNAL_SYSTEM.3 \
@@ -387,9 +389,10 @@ MANPAGES_ALIAS += \
        man/sd_journal_get_timeout.3 \
        man/sd_journal_has_persistent_files.3 \
        man/sd_journal_next_skip.3 \
-       man/sd_journal_open_container.3 \
        man/sd_journal_open_directory.3 \
+       man/sd_journal_open_directory_fd.3 \
        man/sd_journal_open_files.3 \
+       man/sd_journal_open_files_fd.3 \
        man/sd_journal_perror.3 \
        man/sd_journal_previous.3 \
        man/sd_journal_previous_skip.3 \
@@ -570,6 +573,7 @@ man/SD_JOURNAL_FOREACH_UNIQUE.3: man/sd_journal_query_unique.3
 man/SD_JOURNAL_INVALIDATE.3: man/sd_journal_get_fd.3
 man/SD_JOURNAL_LOCAL_ONLY.3: man/sd_journal_open.3
 man/SD_JOURNAL_NOP.3: man/sd_journal_get_fd.3
+man/SD_JOURNAL_OS_ROOT.3: man/sd_journal_open.3
 man/SD_JOURNAL_RUNTIME_ONLY.3: man/sd_journal_open.3
 man/SD_JOURNAL_SUPPRESS_LOCATION.3: man/sd_journal_print.3
 man/SD_JOURNAL_SYSTEM.3: man/sd_journal_open.3
@@ -716,9 +720,10 @@ man/sd_journal_get_monotonic_usec.3: man/sd_journal_get_realtime_usec.3
 man/sd_journal_get_timeout.3: man/sd_journal_get_fd.3
 man/sd_journal_has_persistent_files.3: man/sd_journal_has_runtime_files.3
 man/sd_journal_next_skip.3: man/sd_journal_next.3
-man/sd_journal_open_container.3: man/sd_journal_open.3
 man/sd_journal_open_directory.3: man/sd_journal_open.3
+man/sd_journal_open_directory_fd.3: man/sd_journal_open.3
 man/sd_journal_open_files.3: man/sd_journal_open.3
+man/sd_journal_open_files_fd.3: man/sd_journal_open.3
 man/sd_journal_perror.3: man/sd_journal_print.3
 man/sd_journal_previous.3: man/sd_journal_next.3
 man/sd_journal_previous_skip.3: man/sd_journal_next.3
@@ -1033,6 +1038,9 @@ man/SD_JOURNAL_LOCAL_ONLY.html: man/sd_journal_open.html
 man/SD_JOURNAL_NOP.html: man/sd_journal_get_fd.html
        $(html-alias)
 
+man/SD_JOURNAL_OS_ROOT.html: man/sd_journal_open.html
+       $(html-alias)
+
 man/SD_JOURNAL_RUNTIME_ONLY.html: man/sd_journal_open.html
        $(html-alias)
 
@@ -1471,15 +1479,18 @@ man/sd_journal_has_persistent_files.html: man/sd_journal_has_runtime_files.html
 man/sd_journal_next_skip.html: man/sd_journal_next.html
        $(html-alias)
 
-man/sd_journal_open_container.html: man/sd_journal_open.html
+man/sd_journal_open_directory.html: man/sd_journal_open.html
        $(html-alias)
 
-man/sd_journal_open_directory.html: man/sd_journal_open.html
+man/sd_journal_open_directory_fd.html: man/sd_journal_open.html
        $(html-alias)
 
 man/sd_journal_open_files.html: man/sd_journal_open.html
        $(html-alias)
 
+man/sd_journal_open_files_fd.html: man/sd_journal_open.html
+       $(html-alias)
+
 man/sd_journal_perror.html: man/sd_journal_print.html
        $(html-alias)
 
@@ -1843,29 +1854,27 @@ man/systemd-binfmt.html: man/systemd-binfmt.service.html
 
 endif
 
-if ENABLE_BOOTCHART
-MANPAGES += \
-       man/bootchart.conf.5 \
-       man/systemd-bootchart.1
-MANPAGES_ALIAS += \
-       man/bootchart.conf.d.5
-man/bootchart.conf.d.5: man/bootchart.conf.5
-man/bootchart.conf.d.html: man/bootchart.conf.html
-       $(html-alias)
-
-endif
-
 if ENABLE_COREDUMP
 MANPAGES += \
        man/coredump.conf.5 \
        man/coredumpctl.1 \
        man/systemd-coredump.8
 MANPAGES_ALIAS += \
-       man/coredump.conf.d.5
+       man/coredump.conf.d.5 \
+       man/systemd-coredump.socket.8 \
+       man/systemd-coredump@.service.8
 man/coredump.conf.d.5: man/coredump.conf.5
+man/systemd-coredump.socket.8: man/systemd-coredump.8
+man/systemd-coredump@.service.8: man/systemd-coredump.8
 man/coredump.conf.d.html: man/coredump.conf.html
        $(html-alias)
 
+man/systemd-coredump.socket.html: man/systemd-coredump.html
+       $(html-alias)
+
+man/systemd-coredump@.service.html: man/systemd-coredump.html
+       $(html-alias)
+
 endif
 
 if ENABLE_EFI
@@ -1972,15 +1981,21 @@ endif
 if ENABLE_NETWORKD
 MANPAGES += \
        man/networkctl.1 \
+       man/networkd.conf.5 \
        man/systemd-networkd-wait-online.service.8 \
        man/systemd-networkd.service.8 \
        man/systemd.netdev.5 \
        man/systemd.network.5
 MANPAGES_ALIAS += \
+       man/networkd.conf.d.5 \
        man/systemd-networkd-wait-online.8 \
        man/systemd-networkd.8
+man/networkd.conf.d.5: man/networkd.conf.5
 man/systemd-networkd-wait-online.8: man/systemd-networkd-wait-online.service.8
 man/systemd-networkd.8: man/systemd-networkd.service.8
+man/networkd.conf.d.html: man/networkd.conf.html
+       $(html-alias)
+
 man/systemd-networkd-wait-online.html: man/systemd-networkd-wait-online.service.html
        $(html-alias)
 
@@ -2460,7 +2475,6 @@ endif
 
 EXTRA_DIST += \
        man/binfmt.d.xml \
-       man/bootchart.conf.xml \
        man/bootctl.xml \
        man/bootup.xml \
        man/busctl.xml \
@@ -2492,6 +2506,7 @@ EXTRA_DIST += \
        man/machinectl.xml \
        man/modules-load.d.xml \
        man/networkctl.xml \
+       man/networkd.conf.xml \
        man/nss-myhostname.xml \
        man/nss-mymachines.xml \
        man/nss-resolve.xml \
@@ -2583,7 +2598,6 @@ EXTRA_DIST += \
        man/systemd-ask-password.xml \
        man/systemd-backlight@.service.xml \
        man/systemd-binfmt.service.xml \
-       man/systemd-bootchart.xml \
        man/systemd-cat.xml \
        man/systemd-cgls.xml \
        man/systemd-cgtop.xml \
@@ -2658,6 +2672,7 @@ EXTRA_DIST += \
        man/systemd.netdev.xml \
        man/systemd.network.xml \
        man/systemd.nspawn.xml \
+       man/systemd.offline-updates.xml \
        man/systemd.path.xml \
        man/systemd.preset.xml \
        man/systemd.resource-control.xml \