]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Install reference documentation independant of help files
authorHib Eris <hib@hiberis.nl>
Wed, 21 Jul 2010 12:18:12 +0000 (14:18 +0200)
committerHib Eris <hib@hiberis.nl>
Mon, 26 Jul 2010 13:34:17 +0000 (15:34 +0200)
Makefile.am
help/Makefile.am

index a3ab21864f2d388c029b3ba7457479a15e6c15da..4647ca4f93d33a528e5b17f2273cc2df1cf4eeba 100644 (file)
@@ -14,11 +14,8 @@ SUBDIRS = \
        libmisc \
        properties \
        shell \
-       po
-
-if ENABLE_HELP
-SUBDIRS += help
-endif
+       po \
+       help
 
 if ENABLE_TESTS
 SUBDIRS += test
index 7c78e522bc8de6c7fc2fda9264ba52ff9b3275da..21c7df5213890a4cf1c9f075ebe9b10972cb3b8f 100644 (file)
@@ -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