##// END OF EJS Templates
Makefile: do not create i18n/, it is already there
Martin Geisler -
r8625:34754aa6 default
parent child Browse files
Show More
@@ -80,7 +80,6 b' test-%:'
80 update-pot: i18n/hg.pot
80 update-pot: i18n/hg.pot
81
81
82 i18n/hg.pot: $(PYTHON_FILES)
82 i18n/hg.pot: $(PYTHON_FILES)
83 mkdir -p i18n
84 $(PYTHON) i18n/hggettext mercurial/commands.py \
83 $(PYTHON) i18n/hggettext mercurial/commands.py \
85 hgext/*.py hgext/*/__init__.py > i18n/hg.pot
84 hgext/*.py hgext/*/__init__.py > i18n/hg.pot
86 # All strings marked for translation in Mercurial contain
85 # All strings marked for translation in Mercurial contain
General Comments 0
You need to be logged in to leave comments. Login now