From 014f6b7a23617414b79a6a41cd190d32fb380ab1 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 25 Jul 2003 05:09:00 +0000 Subject: [PATCH] Uses new version of xsl.xsl to process en.xml as the master file, with the locale file read as a parameter. --- gentext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentext/Makefile b/gentext/Makefile index 77f04494d..f6e0f4973 100644 --- a/gentext/Makefile +++ b/gentext/Makefile @@ -56,7 +56,7 @@ dbl1zhtw.ent: locale/zh_tw.xml %.xml: locale/%.xml $(XJPARSE) -w $< - $(XSLT) $< xsl/xsl.xsl $@ + $(XSLT) locale/en.xml xsl/xsl.xsl $@ locale.file=$@ %.ent: $(XJPARSE) -w $< -- 2.40.0