From 392be466d167280ad1711116131305728183129d Mon Sep 17 00:00:00 2001 From: tamplan Date: Wed, 17 Jun 2020 18:53:56 +0200 Subject: add git.mk to generate .gitignore --- mate-dictionary/docs/Makefile.am | 2 ++ mate-dictionary/docs/reference/Makefile.am | 2 ++ mate-dictionary/docs/reference/gdict/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) (limited to 'mate-dictionary/docs') 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 -- cgit v1.2.1