Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am2
-rw-r--r--help/reference/Makefile.am3
-rw-r--r--help/reference/libdocument/Makefile.am2
-rw-r--r--help/reference/libview/Makefile.am2
-rw-r--r--help/reference/shell/Makefile.am2
5 files changed, 10 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index d51479c..7c78e52 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -9,3 +9,5 @@ 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
+
+-include $(top_srcdir)/git.mk
diff --git a/help/reference/Makefile.am b/help/reference/Makefile.am
index 6a042c8..1cbc430 100644
--- a/help/reference/Makefile.am
+++ b/help/reference/Makefile.am
@@ -1 +1,2 @@
-SUBDIRS = libdocument libview shell \ No newline at end of file
+SUBDIRS = libdocument libview shell
+-include $(top_srcdir)/git.mk
diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am
index c5d3e6d..ad4bc35 100644
--- a/help/reference/libdocument/Makefile.am
+++ b/help/reference/libdocument/Makefile.am
@@ -98,3 +98,5 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am
index 232cde7..1f9f94d 100644
--- a/help/reference/libview/Makefile.am
+++ b/help/reference/libview/Makefile.am
@@ -104,3 +104,5 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index 00eb73b..36be01b 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -128,3 +128,5 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk