]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Turn all man pages' source into configure-generated files
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 Feb 2013 13:26:57 +0000 (13:26 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 Feb 2013 13:27:54 +0000 (13:27 +0000)
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>
cmake/doc/CMakeLists.txt
configure.ac
doc/.gitignore
doc/Makefile.am
doc/dbus-cleanup-sockets.1.xml.in [moved from doc/dbus-cleanup-sockets.1.xml with 100% similarity]
doc/dbus-launch.1.xml.in [moved from doc/dbus-launch.1.xml with 100% similarity]
doc/dbus-monitor.1.xml.in [moved from doc/dbus-monitor.1.xml with 100% similarity]
doc/dbus-send.1.xml.in [moved from doc/dbus-send.1.xml with 100% similarity]
doc/dbus-uuidgen.1.xml.in [moved from doc/dbus-uuidgen.1.xml with 100% similarity]

index e79429ebb283aa387aa4d58d084de2b958fc6a86..15c0540171b8faa27622b52f75aa7683329e1d53 100644 (file)
@@ -108,13 +108,18 @@ DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-test-plan.xml html-nochunks)
 DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-tutorial.xml html-nochunks)
 DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-specification.xml html-nochunks)
 DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-faq.xml html-nochunks)
+configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-cleanup-sockets.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-cleanup-sockets.1.xml)
 configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-daemon.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-daemon.1.xml)
+configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-launch.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-launch.1.xml)
+configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-monitor.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-monitor.1.xml)
+configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-send.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-send.1.xml)
+configure_file(${CMAKE_SOURCE_DIR}/../doc/dbus-uuidgen.1.xml.in ${CMAKE_BINARY_DIR}/doc/dbus-uuidgen.1.xml)
+DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-cleanup-sockets.1.xml html-nochunks)
 DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-daemon.1.xml html-nochunks)
-DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-monitor.1.xml html-nochunks)
-DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-send.1.xml html-nochunks)
-DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-launch.1.xml html-nochunks)
-DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-uuidgen.1.xml html-nochunks)
-DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-cleanup-sockets.1.xml html-nochunks)
+DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-launch.1.xml html-nochunks)
+DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-monitor.1.xml html-nochunks)
+DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-send.1.xml html-nochunks)
+DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-uuidgen.1.xml html-nochunks)
 if (UNIX)
   DOCBOOK(${CMAKE_BINARY_DIR}/doc/dbus-daemon.1.xml man)
   DOCBOOK(${CMAKE_SOURCE_DIR}/../doc/dbus-monitor.1.xml man)
index 37e33dc5a6194541cb941a072a4942a70d482a5c..9b578ed4b8c0ce9f1532345e622597792b8b6695 100644 (file)
@@ -1810,7 +1810,12 @@ tools/Makefile
 test/Makefile
 test/name-test/Makefile
 doc/Makefile
+doc/dbus-cleanup-sockets.1.xml
 doc/dbus-daemon.1.xml
+doc/dbus-launch.1.xml
+doc/dbus-monitor.1.xml
+doc/dbus-send.1.xml
+doc/dbus-uuidgen.1.xml
 dbus-1.pc
 dbus-1-uninstalled.pc
 test/data/valid-config-files/debug-allow-all.conf
index d7c1236c997f11a8f2114a4327db9ec287921476..708fe36f3fa8693fd6f1c08453886e949e344ee3 100644 (file)
@@ -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
index 4906724a5d624dfd7262bfe47c331039811668a9..35725696387bc16552ac6b65cf7a00401144b1a2 100644 (file)
@@ -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 \
similarity index 100%
rename from doc/dbus-send.1.xml
rename to doc/dbus-send.1.xml.in