summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-02-04 21:31:26 +0100
committerMichael Biebl <biebl@debian.org>2015-02-04 21:35:55 +0100
commitefd51554aea0f226a7f6704a72aa6a3c9fc6cb2f (patch)
treec683d21928d5f9b40d4ef5ecb69ed320ce81a590 /Makefile-man.am
parent7e3254b3bae19221afefdb87b61ff92c755fd2f4 (diff)
build-sys: mark systemd-firstboot man page as conditional
Rebuild Makefile-man.am accordingly.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am17
1 files changed, 11 insertions, 6 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index 105853e47..7503abb8b 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -65,7 +65,6 @@ 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-fstab-generator.8 \
man/systemd-getty-generator.8 \
@@ -207,7 +206,6 @@ 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-hibernate-resume.8 \
@@ -320,7 +318,6 @@ 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-hibernate-resume.8: man/systemd-hibernate-resume@.service.8
@@ -597,9 +594,6 @@ 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)
@@ -748,6 +742,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 \