Author: joes
Date: Sat Mar 22 15:37:37 2014
New Revision: 1580232
URL: http://svn.apache.org/r1580232
Log:
comment
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1580232&r1=1580231&r2=1580232&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 15:37:37 2014
@@ -30,7 +30,8 @@ our %dependencies;
walk_content_tree {
if (/\.md(?:text)?$/ or m!/index\.html$!) {
- # basically grep s/^content//, glob "content/**/*.{md,mdtext}"
+ # basically grep s/^content//, glob("content/**/*.{md,mdtext}"),
+ # glob("content/**/index.html")
# if perl's glob was as smart as zsh's glob
push @{$dependencies{"/sitemap.html"}}, $_;
}