]> granicus.if.org Git - docbook-dsssl/commitdiff
Uses new version of xsl.xsl to process en.xml as the master
authorBob Stayton <bobs@sagehill.net>
Fri, 25 Jul 2003 05:09:00 +0000 (05:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 25 Jul 2003 05:09:00 +0000 (05:09 +0000)
file, with the locale file read as a parameter.

gentext/Makefile

index 77f04494d138cca51835de99dfed891fadc9a3a3..f6e0f4973c7848a46bf378b673da6cf43a3333be 100644 (file)
@@ -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 $<