From c806cd9ffbf13b8a194f483e39a15cdde0aa1917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Sat, 5 Jan 2019 13:21:27 +0100 Subject: [PATCH] only define clean target when not in git subdir --- makefile.locale | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile.locale b/makefile.locale index 37a4b4d..087d5c4 100644 --- a/makefile.locale +++ b/makefile.locale @@ -51,10 +51,11 @@ html: $(HTML_FILTER) all doc-l10n: man html -endif - clean: rm -f *.1 *.html +endif + + mrproper: clean rm -f *.txt -- GitLab