AlternC/bureau/locales/Makefile

13 lines
294 B
Makefile
Raw Normal View History

2006-05-13 21:43:41 +00:00
all: messages.po */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po
messages.po: ../*/*.php
touch $@
xgettext --force-po --omit-header -L PHP --from-code iso-8859-1 -j $^
%/LC_MESSAGES/messages.po: messages.po
msgmerge -v -U $@ $^
%/LC_MESSAGES/manual.po: manual.po
msgmerge -v -U $@ $^