summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVasco Almeida <vascomalmeida@sapo.pt>2016-04-19 13:19:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-19 19:07:49 (GMT)
commit045fac5845b295d76420db53078ab4af4391e988 (patch)
tree39c6671e0b1d3c08167874dc0d99df22acd780e1 /Makefile
parent60ea78b8a1954a7f09c92d0b5625d927eb951263 (diff)
downloadgit-045fac5845b295d76420db53078ab4af4391e988.zip
git-045fac5845b295d76420db53078ab4af4391e988.tar.gz
git-045fac5845b295d76420db53078ab4af4391e988.tar.bz2
i18n: git-parse-remote.sh: mark strings for translation
Change Makefile to include git-parse-remote.sh in LOCALIZED_SH. TODO: remove 3rd argument of error_on_missing_default_upstream function that is no longer required. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2742a69..2249bab 100644
--- a/Makefile
+++ b/Makefile
@@ -2069,7 +2069,7 @@ XGETTEXT_FLAGS_SH = $(XGETTEXT_FLAGS) --language=Shell \
--keyword=gettextln --keyword=eval_gettextln
XGETTEXT_FLAGS_PERL = $(XGETTEXT_FLAGS) --keyword=__ --language=Perl
LOCALIZED_C = $(C_OBJ:o=c) $(LIB_H) $(GENERATED_H)
-LOCALIZED_SH = $(SCRIPT_SH)
+LOCALIZED_SH = $(SCRIPT_SH) git-parse-remote.sh
LOCALIZED_PERL = $(SCRIPT_PERL)
ifdef XGETTEXT_INCLUDE_TESTS