From 7c04ddae6263b91004b0b653c4459be2180d1945 Mon Sep 17 00:00:00 2001 From: tamplan Date: Thu, 25 Jun 2020 15:48:00 +0200 Subject: Add git.mk to generate .gitignore --- help/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'help/Makefile.am') 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 -- cgit v1.2.1