[daemon-fix] fixed querying about name information
[platform/upstream/dbus.git] / doc / Makefile.am
index 4906724..aa5c7e1 100644 (file)
@@ -1,14 +1,11 @@
 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 \
        dbus-monitor.1.xml \
+       dbus-run-session.1.xml \
        dbus-send.1.xml \
        dbus-uuidgen.1.xml \
        $(NULL)
@@ -19,6 +16,7 @@ man1_MANS = \
        dbus-daemon.1 \
        dbus-launch.1 \
        dbus-monitor.1 \
+       dbus-run-session.1 \
        dbus-send.1 \
        dbus-uuidgen.1
 endif
@@ -28,6 +26,7 @@ MAN_HTML_FILES = \
        dbus-daemon.1.html \
        dbus-launch.1.html \
        dbus-monitor.1.html \
+       dbus-run-session.1.html \
        dbus-send.1.html \
        dbus-uuidgen.1.html
 
@@ -39,7 +38,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 \