Makefile.template revision 9725
all:
@for po_sun in $(POFILES); do \
po=$(PODIR)/$$po_sun; \
if test -f $$po; then \
echo "Merging $$po_sun ..."; \
msgcat --use-first $$po_sun $$po -o $$po; \
fi; \
done
top_builddir = ..
PODIR = $(top_builddir)/po
POFILES = $(wildcard *.po)