summaryrefslogtreecommitdiff
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-09-08 22:10:47 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-10-05 11:45:59 +0100
commit46b9961be70d80598eccdeda7d1064fba9914e16 (patch)
treed67214d86440b3af05ba69d4f48371ae23960867 /bus/Makefile.am
parentd0dda86f333d234d9b7951c9a44cd20918adc4ad (diff)
downloaddbus-46b9961be70d80598eccdeda7d1064fba9914e16.tar.gz
Move manpages to doc/
This will make integrating the building of HTML versions of these manpages into the build system way easier, at the cost of keeping manpages in a different directory to the source for the program they describe. I think this is an acceptable trade-off.
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 5c4fb15b..17c0df8f 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -276,9 +276,6 @@ systemdsystemunit_DATA = \
dbus.socket
endif
-MAN_IN_FILES=dbus-daemon.1.in
-man_MANS = dbus-daemon.1
-
#### Extra dist
-EXTRA_DIST=$(CONFIG_IN_FILES) $(SCRIPT_IN_FILES) $(man_MANS) $(MAN_IN_FILES)
+EXTRA_DIST=$(CONFIG_IN_FILES) $(SCRIPT_IN_FILES)