summaryrefslogtreecommitdiff
path: root/help/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 00000000..eedae993
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,17 @@
+SUBDIRS = reference
+
+if ENABLE_HELP
+
+include $(top_srcdir)/mate-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