head     1.1;
branch   1.1.1;
access   ;
symbols  gfxboot-grub25:1.1.1.1 morphix:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2005.10.17.17.14.26;  author tcheun;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2005.10.17.17.14.26;  author tcheun;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@POFILES	= $(wildcard *.po)
TEXTS	= $(addprefix texts.,$(basename $(wildcard *.po)))

all: text.inc $(TEXTS)

texts.%: %.po text.inc
	bin/po2txt $< >$@@

# texts.en uses msgids from bootloader.pot
texts.en text.inc: bootloader.pot
	bin/po2txt $< >texts.en

clean:
	rm -f text.inc texts.* *~
@


1.1.1.1
log
@morhhix
@
text
@@
