summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-12-16 00:48:24 +0100
committerTom Gundersen <teg@jklm.no>2014-12-18 15:37:27 +0100
commit65eb4378c3e1de25383d8cd606909e64c71edc80 (patch)
tree96c6ce50bb3eefea4322a22884d15c013929fc7b /Makefile-man.am
parentb98b483bac585af754e8a22ea890db8486905d8a (diff)
systemd-hwdb: introduce new tool
This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index 6a40b7680..45b8238ad 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -14,6 +14,7 @@ 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 \
@@ -72,6 +73,7 @@ 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 \
@@ -1593,6 +1595,7 @@ EXTRA_DIST += \
man/halt.xml \
man/hostname.xml \
man/hostnamectl.xml \
+ man/hwdb.xml \
man/journalctl.xml \
man/journald.conf.xml \
man/kernel-command-line.xml \
@@ -1702,6 +1705,7 @@ EXTRA_DIST += \
man/systemd-hibernate-resume-generator.xml \
man/systemd-hibernate-resume@.service.xml \
man/systemd-hostnamed.service.xml \
+ man/systemd-hwdb.xml \
man/systemd-inhibit.xml \
man/systemd-initctl.service.xml \
man/systemd-journal-gatewayd.service.xml \