summaryrefslogtreecommitdiff
path: root/mate-dictionary/docs
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/docs')
-rw-r--r--mate-dictionary/docs/Makefile.am2
-rw-r--r--mate-dictionary/docs/reference/Makefile.am2
-rw-r--r--mate-dictionary/docs/reference/gdict/Makefile.am2
3 files changed, 6 insertions, 0 deletions
diff --git a/mate-dictionary/docs/Makefile.am b/mate-dictionary/docs/Makefile.am
index fcc10bfd..b7c84c7d 100644
--- a/mate-dictionary/docs/Makefile.am
+++ b/mate-dictionary/docs/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = reference
EXTRA_DIST = source-configuration.txt
+
+-include $(top_srcdir)/git.mk
diff --git a/mate-dictionary/docs/reference/Makefile.am b/mate-dictionary/docs/reference/Makefile.am
index 20467a8e..70178440 100644
--- a/mate-dictionary/docs/reference/Makefile.am
+++ b/mate-dictionary/docs/reference/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = gdict
+
+-include $(top_srcdir)/git.mk
diff --git a/mate-dictionary/docs/reference/gdict/Makefile.am b/mate-dictionary/docs/reference/gdict/Makefile.am
index 56b5053c..41d556dc 100644
--- a/mate-dictionary/docs/reference/gdict/Makefile.am
+++ b/mate-dictionary/docs/reference/gdict/Makefile.am
@@ -73,3 +73,5 @@ EXTRA_DIST += version.xml.in
# for f in $(srcdir)/TEXT/* ; do \
# test -f $$f && cp -p $$f $(distdir)/TEXT; \
# done
+
+-include $(top_srcdir)/git.mk