aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/WebCoso/Maker.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/WebCoso/Maker.pm b/lib/WebCoso/Maker.pm
index 0eb0b02..35dc41f 100644
--- a/lib/WebCoso/Maker.pm
+++ b/lib/WebCoso/Maker.pm
@@ -81,6 +81,19 @@ my @passes=(
'=',
\&parseRST],
+ ["$WebCoso::Common::SRCPATH/tags/()document.(*).rest.txt",
+ ':',
+ "$WebCoso::Common::SRCPATH/_webcoso/tags.yml",
+ ifExists("$WebCoso::Common::SRCPATH/tags/document.\$2.rest.tt"),
+ '=',
+ $template->expandTT()],
+ ["$WebCoso::Common::SRCPATH/tags/()document.(*).du.xml",
+ ':',
+ "$WebCoso::Common::SRCPATH/_webcoso/tags.yml",
+ ifExists("$WebCoso::Common::SRCPATH/tags/document.\$2.rest.txt"),
+ '=',
+ \&parseRST],
+
# normal documents, in subdirs
["$WebCoso::Common::SRCPATH/(**)/document.(*).rest.txt",