summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 20:35:26 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 20:35:26 +0000
commit788c921143004a2fdbf3abcba1a59f1693e2e07d (patch)
tree970c3e425373bc374031d96115d8a3963f76cf30 /man
parent4f879ea3c946e9676228b51e6f04944bf9c70137 (diff)
* Re-indent configure.ac to four spaces
* Make all python programs that use DBUS only install if compiling with DBUS support (avahi-utils/Makefile.am, man/Makefile.am) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@431 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d253ddb..0271e7d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,6 +28,7 @@ man_MANS = \
avahi.service.5
if HAVE_PYTHON
+if HAVE_DBUS
man_MANS += \
avahi-browse.1 \
@@ -39,6 +40,7 @@ man_MANS += \
avahi-bookmarks.1
endif
+endif
noinst_DATA = \
avahi-browse.1.xml \