aboutsummaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker.pm
diff options
context:
space:
mode:
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()],