reverting bad patch on Makefile from mailman
This commit is contained in:
parent
54025ed4dd
commit
37997b1a5a
|
@ -1,11 +1,11 @@
|
||||||
all: mailman_manual.pot mailman.pot */LC_MESSAGES/mailman_manual.po */LC_MESSAGES/mailman.po
|
all: manual.pot messages.pot */LC_MESSAGES/manual.po */LC_MESSAGES/messages.po
|
||||||
|
|
||||||
mailman.pot: ../*/*.php
|
messages.pot: ../*/*.php
|
||||||
[ -r $@ ] || touch $@
|
[ -r $@ ] || touch $@
|
||||||
xgettext --copyright-holder="AlternC Team" --package-name="AlternC" --package-version="2.0" --msgid-bugs-address="i18n@alternc.org" --force-po -o $@ --keyword=__ --keyword=_ -L PHP -F --from-code UTF-8 -j $^
|
xgettext --copyright-holder="AlternC Team" --package-name="AlternC" --package-version="2.0" --msgid-bugs-address="i18n@alternc.org" --force-po -o $@ --keyword=__ --keyword=_ -L PHP -F --from-code UTF-8 -j $^
|
||||||
|
|
||||||
%/LC_MESSAGES/mailman.po: mailman.pot
|
%/LC_MESSAGES/messages.po: messages.pot
|
||||||
msgmerge -v -U $@ $^
|
msgmerge -v -U $@ $^
|
||||||
|
|
||||||
%/LC_MESSAGES/mailman_manual.po: mailman_manual.pot
|
%/LC_MESSAGES/manual.po: manual.pot
|
||||||
msgmerge -v -U $@ $^
|
msgmerge -v -U $@ $^
|
||||||
|
|
Loading…
Reference in New Issue