##// END OF EJS Templates
i18n: sort by file when generating hg.pot...
Martin Geisler -
r7687:1ac4dc64 default
parent child Browse files
Show More
@@ -81,7 +81,7 b' update-pot:'
81 pygettext -d doc -p i18n --docstrings \
81 pygettext -d doc -p i18n --docstrings \
82 mercurial/commands.py hgext/*.py hgext/*/__init__.py
82 mercurial/commands.py hgext/*.py hgext/*/__init__.py
83 pygettext -d all -p i18n mercurial hgext doc
83 pygettext -d all -p i18n mercurial hgext doc
84 msgcat i18n/doc.pot i18n/all.pot > i18n/hg.pot
84 msgcat --sort-by-file i18n/doc.pot i18n/all.pot > i18n/hg.pot
85 rm i18n/doc.pot i18n/all.pot
85 rm i18n/doc.pot i18n/all.pot
86
86
87 .PHONY: help all local build doc clean install install-bin install-doc \
87 .PHONY: help all local build doc clean install install-bin install-doc \
General Comments 0
You need to be logged in to leave comments. Login now