Changeset 24
- Timestamp:
- 08/29/07 13:14:50 (9 months ago)
- Files:
-
- trunk/po/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/po/Makefile
r14 r24 2 2 MOFILES=$(POFILES:.po=.mo) 3 3 4 all: messages.pot $(MOFILES)4 all: opendict.pot $(MOFILES) 5 5 6 6 install: all … … 11 11 done 12 12 13 messages.pot:13 opendict.pot: 14 14 @echo "Rebuilding the pot file" 15 15 rm -f *.pot … … 23 23 msgfmt --verbose --check -o $@ $< 24 24 25 %.po: messages.pot25 %.po: opendict.pot 26 26 @echo -n "Merging opendict.pot and $@" 27 27 @msgmerge $@ opendict.pot -o $@.new
