diff options
author | Umut Tezduyar Lindskog <umut.tezduyar@axis.com> | 2014-12-19 11:47:30 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-20 00:23:37 +0100 |
commit | fe659612e40e6a0cf91a73b10aa45eea958b747e (patch) | |
tree | c6d5acfa333689257dadebc95ab21f0265dded38 /Makefile-man.am | |
parent | 7a6f1457462840ed52f2a332e2bd56ca210cff2d (diff) | |
download | systemd-fe659612e40e6a0cf91a73b10aa45eea958b747e.tar.gz systemd-fe659612e40e6a0cf91a73b10aa45eea958b747e.tar.bz2 systemd-fe659612e40e6a0cf91a73b10aa45eea958b747e.zip |
build: add option to disable hwdb
[tomegun: fix Makefile-man.am, based on fix from Michael Biebl]
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 45b8238adc..68e7483e70 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -14,7 +14,6 @@ MANPAGES += \ man/file-hierarchy.7 \ man/halt.8 \ man/hostname.5 \ - man/hwdb.7 \ man/journalctl.1 \ man/journald.conf.5 \ man/kernel-command-line.7 \ @@ -73,7 +72,6 @@ MANPAGES += \ man/systemd-halt.service.8 \ man/systemd-hibernate-resume-generator.8 \ man/systemd-hibernate-resume@.service.8 \ - man/systemd-hwdb.8 \ man/systemd-inhibit.1 \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ @@ -676,6 +674,12 @@ man/systemd-user.conf.html: man/systemd-system.conf.html man/user.conf.d.html: man/systemd-system.conf.html $(html-alias) +if ENABLE_HWDB +MANPAGES += \ + man/hwdb.7 \ + man/systemd-hwdb.8 + +endif if ENABLE_BACKLIGHT MANPAGES += \ |