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

17 lines
342 B

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