pidgin: 5c811531: Only install man pages if the respective...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Tue Jan 6 20:25:38 EST 2009
-----------------------------------------------------------------
Revision: 5c8115315c3a1b870f0ce704838abc529b3d9a22
Ancestor: cbbfd102a2eefcff0aac80c8fb318727a5943c21
Author: nosnilmot at pidgin.im
Date: 2009-01-07T01:13:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5c8115315c3a1b870f0ce704838abc529b3d9a22
Modified files:
doc/Makefile.am
ChangeLog:
Only install man pages if the respective binary is being installed, fixes a
bug someone on IRC couldn't be bothered to report in trac.
-------------- next part --------------
============================================================
--- doc/Makefile.am 81951a4ad43e7c7e00e9b5847b1e5386582750b0
+++ doc/Makefile.am b32c3cb2cda03af66886d4b3fe371674df146b2a
@@ -1,5 +1,13 @@
-man_MANS = pidgin.1 finch.1
+man_MANS =
+if ENABLE_GTK
+man_MANS += pidgin.1
+endif
+
+if ENABLE_GNT
+man_MANS += finch.1
+endif
+
EXTRA_DIST = \
C-HOWTO.dox \
PERL-HOWTO.dox \
More information about the Commits
mailing list