diff options
author | tamplan <[email protected]> | 2020-05-24 11:09:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-11 15:43:23 +0200 |
commit | 9b36dd02e3093153c6eb429ddc3fcd6c2f7028b1 (patch) | |
tree | 3ca5d8c0aca42d6841d3c8dfaa6bc8b81b44ec06 /help | |
parent | 32ffd47806b70cf22af0db6ee8f1279991286262 (diff) | |
download | mate-sensors-applet-9b36dd02e3093153c6eb429ddc3fcd6c2f7028b1.tar.bz2 mate-sensors-applet-9b36dd02e3093153c6eb429ddc3fcd6c2f7028b1.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 828044f..ca41b05 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -9,3 +9,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 |