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/Makefile.am | 2 ++ mate-dictionary/data/Makefile.am | 2 ++ mate-dictionary/docs/Makefile.am | 2 ++ mate-dictionary/docs/reference/Makefile.am | 2 ++ mate-dictionary/docs/reference/gdict/Makefile.am | 2 ++ mate-dictionary/help/Makefile.am | 2 ++ mate-dictionary/libgdict/Makefile.am | 1 + mate-dictionary/src/Makefile.am | 2 ++ 8 files changed, 15 insertions(+) (limited to 'mate-dictionary') diff --git a/mate-dictionary/Makefile.am b/mate-dictionary/Makefile.am index 8c9cce1c..ef0d832e 100644 --- a/mate-dictionary/Makefile.am +++ b/mate-dictionary/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = libgdict src data docs help EXTRA_DIST = TODO README.md AUTHORS + +-include $(top_srcdir)/git.mk diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index f7dee120..66d18a04 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -88,3 +88,5 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ mate-dictionary.appdata.xml \ $(NULL) + +-include $(top_srcdir)/git.mk 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 diff --git a/mate-dictionary/help/Makefile.am b/mate-dictionary/help/Makefile.am index aa440193..edb996f3 100644 --- a/mate-dictionary/help/Makefile.am +++ b/mate-dictionary/help/Makefile.am @@ -18,3 +18,5 @@ IGNORE_HELP_LINGUAS = HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ $(subst /,,$(dir $(wildcard */*.po))) ) + +-include $(top_srcdir)/git.mk diff --git a/mate-dictionary/libgdict/Makefile.am b/mate-dictionary/libgdict/Makefile.am index 4882749c..b422f072 100644 --- a/mate-dictionary/libgdict/Makefile.am +++ b/mate-dictionary/libgdict/Makefile.am @@ -127,3 +127,4 @@ distclean-local: rm -f $(MAINTAINERCLEANFILES); \ fi +-include $(top_srcdir)/git.mk diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 6eeac251..af5e4edc 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -93,3 +93,5 @@ mate_dictionary_applet_LDADD = \ $(NULL) endif # BUILD_GDICT_APPLET + +-include $(top_srcdir)/git.mk -- cgit v1.2.1