Refreshd POT files

This commit is contained in:
Daniel P. Berrange 2006-09-15 15:21:34 -04:00
parent 470226e1bb
commit 69e15481a6
3 changed files with 1115 additions and 561 deletions

View File

@ -18,7 +18,7 @@ all: $(FMTCATALOGS)
EXTRA_DIST = $(POTFILE) $(POS)
$(POTFILE): $(POTFILES) $(GLADESCRATCHFILE)
refresh-pot: $(POTFILES) $(GLADESCRATCHFILE)
xgettext --default-domain=$(PACKAGE) \
--keyword=_ --keyword=N_ $(POTFILES) $(GLADESCRATCHFILE)
if cmp -s $(PACKAGE).po $(POTFILE); then \
@ -31,7 +31,7 @@ $(GLADESCRATCHFILE): $(GLADEFILE)
rm -rf tmp/
intltool-extract --type=gettext/glade -l $<
update-po: Makefile $(POTFILE) refresh-po
update-po: Makefile refresh-pot refresh-po
refresh-po: Makefile
for cat in $(POS); do \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff