Makefile
changeset 7687 1ac4dc64cf2a
parent 7653 0641fd8a4bb4
child 7706 0ae7f0b312ea
equal deleted inserted replaced
7686:fa584d23e3cc 7687:1ac4dc64cf2a
    79 update-pot:
    79 update-pot:
    80 	mkdir -p i18n
    80 	mkdir -p i18n
    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 \
    88 	install-home install-home-bin install-home-doc dist dist-notests tests \
    88 	install-home install-home-bin install-home-doc dist dist-notests tests \
    89 	update-pot
    89 	update-pot