X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=help%2FMakefile.am;h=dae47297536f46029fddc40b58272430dce173fc;hb=e36d5aeda1ceba4d656964ed46985379df64b4f2;hp=42ffacc264d50e3af3a87ab9082c51d1878f8aec;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/help/Makefile.am b/help/Makefile.am index 42ffacc2..dae47297 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1,17 @@ -SUBDIRS = C +SUBDIRS = reference + +if ENABLE_HELP + +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = evince +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 sl sr sv uk vi zh_CN + +-include $(top_srcdir)/git.mk + +endif