Author: joes
Date: Mon Mar 24 17:12:48 2014
New Revision: 1580918

URL: http://svn.apache.org/r1580918
Log:
better

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=1580918&r1=1580917&r2=1580918&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 17:12:48 2014
@@ -41,7 +41,8 @@ our %dependencies;
 walk_content_tree {
     if (/\.md(?:text)?$/ or m!/index\.html$! or m!^/test/!) {
         # basically grep s/^content//, glob("content/**/*.{md,mdtext}"),
-        #                              glob("content/**/index.html");
+        #                              glob("content/**/index.html"),
+        #                              glob("content/test/**/*.*");
         # if perl's glob was as smart as zsh's glob
         push @{$dependencies{"/sitemap.html"}}, $_;
     }


Reply via email to