Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-04-15 12:11:34 (GMT)
committer Hib Eris <hib@hiberis.nl>2010-04-15 12:51:57 (GMT)
commitbd26e60016e9e08c1784ee2d90695cc7eeb7daee (patch)
tree9783bda56c2f0496f061fb197a5b24f253197fbf /Makefile.am
parentb3f64eef14e1a0be9896d2c7d1bdc6416aa2fa3a (diff)
Make gnome-doc-utils optional
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4647ca4..a3ab218 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,8 +14,11 @@ SUBDIRS = \
libmisc \
properties \
shell \
- po \
- help
+ po
+
+if ENABLE_HELP
+SUBDIRS += help
+endif
if ENABLE_TESTS
SUBDIRS += test