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 /baobab | |
parent | 0bbdf7f2c15886de098f0ea7c1f7d8073e44a401 (diff) | |
download | mate-utils-392be466d167280ad1711116131305728183129d.tar.bz2 mate-utils-392be466d167280ad1711116131305728183129d.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'baobab')
-rw-r--r-- | baobab/Makefile.am | 2 | ||||
-rw-r--r-- | baobab/data/Makefile.am | 2 | ||||
-rw-r--r-- | baobab/help/Makefile.am | 2 | ||||
-rw-r--r-- | baobab/pixmaps/Makefile.am | 2 | ||||
-rw-r--r-- | baobab/src/Makefile.am | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/baobab/Makefile.am b/baobab/Makefile.am index ccfa5b8a..4071ac23 100644 --- a/baobab/Makefile.am +++ b/baobab/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = src data pixmaps help EXTRA_DIST = AUTHORS README.md TODO + +-include $(top_srcdir)/git.mk diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index ea1b3914..d09ddcf4 100644 --- a/baobab/data/Makefile.am +++ b/baobab/data/Makefile.am @@ -32,3 +32,5 @@ CLEANFILES = \ $(baobabapp_DATA) \ $(gsettings_SCHEMAS) \ $(appdata_DATA) + +-include $(top_srcdir)/git.mk diff --git a/baobab/help/Makefile.am b/baobab/help/Makefile.am index 857d359a..e3776b82 100644 --- a/baobab/help/Makefile.am +++ b/baobab/help/Makefile.am @@ -17,3 +17,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/baobab/pixmaps/Makefile.am b/baobab/pixmaps/Makefile.am index aa0380b1..22fd4331 100644 --- a/baobab/pixmaps/Makefile.am +++ b/baobab/pixmaps/Makefile.am @@ -64,3 +64,5 @@ build-png-icons: | $(png_icons) clean-png-icons: rm -f $(png_icons) + +-include $(top_srcdir)/git.mk diff --git a/baobab/src/Makefile.am b/baobab/src/Makefile.am index 8af4b1d3..e0d56b23 100644 --- a/baobab/src/Makefile.am +++ b/baobab/src/Makefile.am @@ -60,3 +60,5 @@ mate_disk_usage_analyzer_LDADD = \ $(NULL) CLEANFILES = $(BUILT_SOURCES) + +-include $(top_srcdir)/git.mk |