X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=help%2FMakefile.am;h=dae47297536f46029fddc40b58272430dce173fc;hb=b0e729d2f6401c7cf6988aa044f47b3ca8e48487;hp=7c78e522bc8de6c7fc2fda9264ba52ff9b3275da;hpb=f8a0165d07b14ac0c877e638c86e0dc0a8905d8f;p=evince.git diff --git a/help/Makefile.am b/help/Makefile.am index 7c78e522..dae47297 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 @@ -8,6 +10,8 @@ DOC_ENTITIES = legal.xml DOC_INCLUDES = 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 +DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN -include $(top_srcdir)/git.mk + +endif