diff options
author | tamplan <[email protected]> | 2020-06-17 18:53:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 20:34:50 +0200 |
commit | 392be466d167280ad1711116131305728183129d (patch) | |
tree | c72362f302e37982747dbbc4487e9aff876831b0 /mate-dictionary | |
parent | 0bbdf7f2c15886de098f0ea7c1f7d8073e44a401 (diff) | |
download | mate-utils-392be466d167280ad1711116131305728183129d.tar.bz2 mate-utils-392be466d167280ad1711116131305728183129d.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/data/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/docs/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/docs/reference/gdict/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/help/Makefile.am | 2 | ||||
-rw-r--r-- | mate-dictionary/libgdict/Makefile.am | 1 | ||||
-rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
8 files changed, 15 insertions, 0 deletions
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 |