You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gfxboot-theme-calculate/po/Makefile

15 lines
271 B

POFILES = $(wildcard *.po)
TEXTS = $(addsuffix .tr,$(basename $(wildcard *.po)))
all: text.inc $(TEXTS)
%.tr: %.po text.inc
bin/po2txt $< >$@
# en.tr uses msgids from bootloader.pot
en.tr text.inc: bootloader.pot
bin/po2txt $< >en.tr
clean:
rm -f text.inc *.tr *~