summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-02-14 13:26:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-02-14 13:27:54 +0000
commit3f2286f13ac900c0eaebd40058277910626aabc1 (patch)
tree9a744ae37fc17371a1ea343a404c00acb120ccdd /doc/Makefile.am
parentaf96b13d57be2b5d2282f800ab04a5ce8f49f45f (diff)
downloaddbus-3f2286f13ac900c0eaebd40058277910626aabc1.tar.gz
Turn all man pages' source into configure-generated files
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> [dropped whitespace changes per Ralf's review -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4906724a..35725696 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,10 +1,6 @@
apidir = @htmldir@/api
MAN_XML_FILES = \
- dbus-daemon.1.xml \
- $(NULL)
-
-DIST_MAN_XML_FILES = \
dbus-cleanup-sockets.1.xml \
dbus-daemon.1.xml \
dbus-launch.1.xml \
@@ -39,7 +35,6 @@ dist_doc_DATA = system-activation.txt
# uploaded and distributed, but not installed
STATIC_DOCS = \
- $(DIST_MAN_XML_FILES) \
dbus-faq.xml \
dbus-specification.xml \
dbus-test-plan.xml \