Makefile
changeset 9278 3d9f77c03105
parent 9079 70c707310d7a
child 9539 c904e76e3834
equal deleted inserted replaced
9277:1f0085918c29 9278:3d9f77c03105
    87         # literals like this '\037\213'. xgettext thinks it has to
    87         # literals like this '\037\213'. xgettext thinks it has to
    88         # parse them even though they are not marked for translation.
    88         # parse them even though they are not marked for translation.
    89         # Extracting with an explicit encoding of ISO-8859-1 will make
    89         # Extracting with an explicit encoding of ISO-8859-1 will make
    90         # xgettext "parse" and ignore them.
    90         # xgettext "parse" and ignore them.
    91 	echo $^ | xargs \
    91 	echo $^ | xargs \
    92 	  xgettext --width 82 --package-name "Mercurial" \
    92 	  xgettext --package-name "Mercurial" \
    93 	  --msgid-bugs-address "<mercurial-devel@selenic.com>" \
    93 	  --msgid-bugs-address "<mercurial-devel@selenic.com>" \
    94 	  --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
    94 	  --copyright-holder "Matt Mackall <mpm@selenic.com> and others" \
    95 	  --from-code ISO-8859-1 --join --sort-by-file \
    95 	  --from-code ISO-8859-1 --join --sort-by-file \
    96 	  -d hg -p i18n -o hg.pot
    96 	  -d hg -p i18n -o hg.pot
    97 
    97