Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-07-21 12:18:12 (GMT)
committer Hib Eris <hib@hiberis.nl>2010-07-26 13:34:17 (GMT)
commite08c723eeb78b6dc7e852cabedec89b1e99cf2f6 (patch)
tree269aa20d06cbc0316b340d053371b371d81fcfb8 /help
parent1c17408db1cb842cdde4634c41beb173ded4399a (diff)
[build] Install reference documentation independant of help files
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 7c78e52..21c7df5 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = reference
+if ENABLE_HELP
+
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
@@ -11,3 +13,5 @@ DOC_FIGURES = figures/evince_start_window.png
DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sr sv uk vi zh_CN
-include $(top_srcdir)/git.mk
+
+endif