/soc/2013/ankitkv/gobjectification: 971a915e53e7: Build docs onl...
Ankit Vani
a at nevitus.org
Sun Feb 2 16:36:15 EST 2014
Changeset: 971a915e53e7d179f5a2a3680b6ce851203a4e0e
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-03 02:51 +0530
Branch: gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/971a915e53e7
Description:
Build docs only for UIs that have been enabled
diffstat:
doc/reference/Makefile.am | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (14 lines):
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,1 +1,9 @@
-SUBDIRS = libpurple finch pidgin
+if ENABLE_GTK
+GTK_DIR=pidgin
+endif
+
+if ENABLE_GNT
+GNT_DIR=finch
+endif
+
+SUBDIRS = libpurple $(GNT_DIR) $(GTK_DIR)
More information about the Commits
mailing list