1 # the domain name for rgettext
4 # ruby files to search translatable strings in
5 RB_FILES = ../bin/booh ../bin/booh-classifier ../lib/booh/html-merges.rb ../bin/booh-backend ../lib/booh/booh-lib.rb ../lib/booh/UndoHandler.rb $(wildcard ../data/booh/themes/*/metadata/parameters.rb)
7 POFILES = $(wildcard *.po)
12 @for n in $(POFILES); do \
14 msgmerge "$$n" $< > "$$n"t; \
18 $(PGOAL).pot: $(RB_FILES)
20 rgettext -o $@ $(RB_FILES)
21 perl -pi -e 's/, , \[ or \], sorry/, \\", [ or ], sorry/' $@