From 8dd2270c8fb13b76be41f395b13d36ea3b7faca5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= <mha1993@live.de>
Date: Sun, 13 Jan 2019 20:41:16 +0100
Subject: [PATCH] makefile.locale: include git.txt in MAN_FILTER
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Matthias Aíš©hauer <mha1993@live.de>
---
 makefile.locale | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile.locale b/makefile.locale
index 88d964d..9703d1a 100644
--- a/makefile.locale
+++ b/makefile.locale
@@ -1,6 +1,6 @@
 vpath GIT-VERSION-FILE . ..
 
-MAN_FILTER = $(wildcard git-*.txt)
+MAN_FILTER = $(wildcard git*.txt)
 HTML_FILTER = $(patsubst %.txt,%.html,$(MAN_FILTER))
 
 
-- 
GitLab