From 603c865129a14082295059a3f83b0c4957ac049b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 27 May 2017 11:04:53 +0200 Subject: [PATCH] Makefile.in: Fix "fish.config" typo See #4073. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6d6370a9e..8577fed4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -541,7 +541,7 @@ doc.h: $(HDR_FILES) messages.pot: $(wildcard src/*.cpp src/*.h share/completions/*.fish share/functions/*.fish) @echo " xgettext $(em)$@$(sgr0)" xgettext -k_ -kN_ $(wildcard src/*.cpp src/*.h) -o messages.pot - $v xgettext -j -k_ -kN_ -k--description -LShell --from-code=UTF-8 $(wildcard share/completions/*.fish share/functions/*.fish) share/fish.config -o messages.pot + $v xgettext -j -k_ -kN_ -k--description -LShell --from-code=UTF-8 $(wildcard share/completions/*.fish share/functions/*.fish) share/config.fish -o messages.pot ifdef EXTRA_PCRE2 src/builtin_string.cpp: $(PCRE2_H)