diff options
author | tamplan <[email protected]> | 2020-05-24 11:06:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-17 13:35:42 +0200 |
commit | 0c801d94b8cd5df6055a1ae18dc9b98e8be86048 (patch) | |
tree | d96aaac57b9d49acf107517f74b2cbf9daf1d28e /help | |
parent | 63bcff6012ad87ef0f5bdacda6b5d240f16e2bb4 (diff) | |
download | mate-system-monitor-0c801d94b8cd5df6055a1ae18dc9b98e8be86048.tar.bz2 mate-system-monitor-0c801d94b8cd5df6055a1ae18dc9b98e8be86048.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'help')
-rw-r--r-- | help/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index a15b04f..0f13093 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -21,3 +21,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 |