diff options
author | tamplan <[email protected]> | 2020-06-25 15:48:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 17:52:28 +0200 |
commit | 7c04ddae6263b91004b0b653c4459be2180d1945 (patch) | |
tree | 406653a7b1c2c4a3fcf94354350d87df43a2599c /help | |
parent | 3fb36a3dce47e86d3cf8f855ba56765aa4372ac6 (diff) | |
download | mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.tar.bz2 mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.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 abba156..2f1bec3 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -22,3 +22,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 |