From c485132380a87e93e49afba5bcf5f541f044c07b Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 18 Aug 2009 17:07:21 +0200 Subject: export changes to XSLT --- lib/WebCoso/Maker.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/WebCoso/Maker.pm') diff --git a/lib/WebCoso/Maker.pm b/lib/WebCoso/Maker.pm index b64c77f..0eb0b02 100644 --- a/lib/WebCoso/Maker.pm +++ b/lib/WebCoso/Maker.pm @@ -180,6 +180,7 @@ my @passes=( ["$WebCoso::Common::DSTPATH/tags/(**)/document.(*).html", ':', "$WebCoso::Common::SRCPATH/_webcoso/tags.yml", + "$WebCoso::Common::SRCPATH/_webcoso/changes.yml", "$WebCoso::Common::SRCPATH/tags/\$1/document.\$2.du.xml", '=', $xslt->du2html()], @@ -189,6 +190,7 @@ my @passes=( ["$WebCoso::Common::DSTPATH/(**)/document.(*).html", ':', "$WebCoso::Common::SRCPATH/_webcoso/tags.yml", + "$WebCoso::Common::SRCPATH/_webcoso/changes.yml", "$WebCoso::Common::SRCPATH/\$1/document.\$2.du.xml", '=', $xslt->du2html()], @@ -198,6 +200,7 @@ my @passes=( ["$WebCoso::Common::DSTPATH/()document.(*).html", ':', "$WebCoso::Common::SRCPATH/_webcoso/tags.yml", + "$WebCoso::Common::SRCPATH/_webcoso/changes.yml", "$WebCoso::Common::SRCPATH/document.\$2.du.xml", '=', $xslt->du2html()], -- cgit v1.2.3