diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-09-08 22:10:47 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-10-05 11:45:59 +0100 |
commit | 46b9961be70d80598eccdeda7d1064fba9914e16 (patch) | |
tree | d67214d86440b3af05ba69d4f48371ae23960867 /configure.in | |
parent | d0dda86f333d234d9b7951c9a44cd20918adc4ad (diff) | |
download | dbus-46b9961be70d80598eccdeda7d1064fba9914e16.tar.gz dbus-46b9961be70d80598eccdeda7d1064fba9914e16.tar.bz2 dbus-46b9961be70d80598eccdeda7d1064fba9914e16.zip |
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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e0472961..6c1c9c12 100644 --- a/configure.in +++ b/configure.in @@ -1579,7 +1579,6 @@ bus/session.conf bus/messagebus bus/messagebus-config bus/rc.messagebus -bus/dbus-daemon.1 bus/dbus.service bus/dbus.socket Makefile @@ -1589,6 +1588,7 @@ tools/Makefile test/Makefile test/name-test/Makefile doc/Makefile +doc/dbus-daemon.1 dbus-1.pc test/data/valid-config-files/debug-allow-all.conf test/data/valid-config-files/debug-allow-all-sha1.conf |