From: Bob Stayton Date: Fri, 25 Jul 2003 05:09:00 +0000 (+0000) Subject: Uses new version of xsl.xsl to process en.xml as the master X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=014f6b7a23617414b79a6a41cd190d32fb380ab1;p=docbook-dsssl Uses new version of xsl.xsl to process en.xml as the master file, with the locale file read as a parameter. --- 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 $<