summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-12-26 00:04:19 +0100
committerMichael Biebl <biebl@debian.org>2014-12-26 00:06:52 +0100
commit3715a071803b99b4ed4045df8f35e7f7a5fa5a85 (patch)
tree980c130923d912561c8c73801ba081c1106f1e82 /man
parent7275929790d32784895993429f3607562cc1284e (diff)
man: mark hwdb related man pages as conditional
Follow-up fix for commit fe659612e40e6a0cf91a73b10aa45eea958b747e.
Diffstat (limited to 'man')
-rw-r--r--man/hwdb.xml2
-rw-r--r--man/systemd-hwdb.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/hwdb.xml b/man/hwdb.xml
index 9f2aff326..9828a65ce 100644
--- a/man/hwdb.xml
+++ b/man/hwdb.xml
@@ -3,7 +3,7 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<refentry id="hwdb">
+<refentry id="hwdb" conditional="ENABLE_HWDB">
<refentryinfo>
<title>hwdb</title>
<productname>systemd</productname>
diff --git a/man/systemd-hwdb.xml b/man/systemd-hwdb.xml
index 09f4d551a..361a23d9b 100644
--- a/man/systemd-hwdb.xml
+++ b/man/systemd-hwdb.xml
@@ -3,7 +3,7 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<refentry id="systemd-hwdb">
+<refentry id="systemd-hwdb" conditional="ENABLE_HWDB">
<refentryinfo>
<title>systemd-hwdb</title>
<productname>systemd</productname>