aboutsummaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-18 17:07:21 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-18 17:07:21 +0200
commitc485132380a87e93e49afba5bcf5f541f044c07b (patch)
tree330a581ec48f1bc4ee4304f9c8ad6c35c76fa565 /lib/WebCoso/Maker.pm
parentkeep dates also for tags (diff)
downloadWebCoso-c485132380a87e93e49afba5bcf5f541f044c07b.tar.gz
WebCoso-c485132380a87e93e49afba5bcf5f541f044c07b.tar.bz2
WebCoso-c485132380a87e93e49afba5bcf5f541f044c07b.zip
export changes to XSLT
Diffstat (limited to 'lib/WebCoso/Maker.pm')
-rw-r--r--lib/WebCoso/Maker.pm3
1 files changed, 3 insertions, 0 deletions
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()],