diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:26:57 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:27:54 +0000 |
commit | 3f2286f13ac900c0eaebd40058277910626aabc1 (patch) | |
tree | 9a744ae37fc17371a1ea343a404c00acb120ccdd /doc | |
parent | af96b13d57be2b5d2282f800ab04a5ce8f49f45f (diff) | |
download | dbus-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')
-rw-r--r-- | doc/.gitignore | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 5 | ||||
-rw-r--r-- | doc/dbus-cleanup-sockets.1.xml.in (renamed from doc/dbus-cleanup-sockets.1.xml) | 0 | ||||
-rw-r--r-- | doc/dbus-launch.1.xml.in (renamed from doc/dbus-launch.1.xml) | 0 | ||||
-rw-r--r-- | doc/dbus-monitor.1.xml.in (renamed from doc/dbus-monitor.1.xml) | 0 | ||||
-rw-r--r-- | doc/dbus-send.1.xml.in (renamed from doc/dbus-send.1.xml) | 0 | ||||
-rw-r--r-- | doc/dbus-uuidgen.1.xml.in (renamed from doc/dbus-uuidgen.1.xml) | 0 |
7 files changed, 1 insertions, 6 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index d7c1236c..708fe36f 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -3,6 +3,7 @@ Makefile Makefile.in *.1 +*.1.xml *.1.html *.lo *.la @@ -13,7 +14,6 @@ dbus-specification.html dbus-test-plan.html dbus-tutorial.html dbus-faq.html -dbus-daemon.1.xml dbus-docs dbus-docs.tar.gz doxygen.stamp 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 \ diff --git a/doc/dbus-cleanup-sockets.1.xml b/doc/dbus-cleanup-sockets.1.xml.in index a147ad88..a147ad88 100644 --- a/doc/dbus-cleanup-sockets.1.xml +++ b/doc/dbus-cleanup-sockets.1.xml.in diff --git a/doc/dbus-launch.1.xml b/doc/dbus-launch.1.xml.in index 6e6f4960..6e6f4960 100644 --- a/doc/dbus-launch.1.xml +++ b/doc/dbus-launch.1.xml.in diff --git a/doc/dbus-monitor.1.xml b/doc/dbus-monitor.1.xml.in index c3d1a972..c3d1a972 100644 --- a/doc/dbus-monitor.1.xml +++ b/doc/dbus-monitor.1.xml.in diff --git a/doc/dbus-send.1.xml b/doc/dbus-send.1.xml.in index 0988e19f..0988e19f 100644 --- a/doc/dbus-send.1.xml +++ b/doc/dbus-send.1.xml.in diff --git a/doc/dbus-uuidgen.1.xml b/doc/dbus-uuidgen.1.xml.in index ee622353..ee622353 100644 --- a/doc/dbus-uuidgen.1.xml +++ b/doc/dbus-uuidgen.1.xml.in |