AlternC/bureau/locales/Makefile

13 lines
324 B
Makefile
Raw Normal View History

all: messages.pot */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po
2006-05-13 22:27:00 +00:00
messages.pot: ../*/*.php
touch $@
xgettext --force-po --omit-header --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^
%/LC_MESSAGES/messages.po: messages.pot
msgmerge -v -U $@ $^
%/LC_MESSAGES/manual.po: manual.pot
msgmerge -v -U $@ $^