1 # the domain name for rgettext
4 # ruby files to search translatable strings in
5 RB_FILES = ../bin/booh ../lib/booh/html-merges.rb ../bin/booh-gui ../lib/booh/booh-lib.rb ../lib/booh/UndoHandler.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)