From 0c801d94b8cd5df6055a1ae18dc9b98e8be86048 Mon Sep 17 00:00:00 2001 From: tamplan Date: Sun, 24 May 2020 11:06:45 +0200 Subject: add git.mk to generate .gitignore --- help/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'help') 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 -- cgit v1.2.1