Author: joes
Date: Tue Mar 18 21:42:37 2014
New Revision: 1579061
URL: http://svn.apache.org/r1579061
Log:
improvements
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=1579061&r1=1579060&r2=1579061&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 21:42:37 2014
@@ -38,7 +38,8 @@ find({ wanted => sub {
}, no_chdir => 1 }, cwd() . "/content");
our %dependencies = (
- "/docs.md" => [ grep s/^content//, glob "content/docs/*.{md,mdtext}" ],
+ "/docs.md" => [ grep s/^content//, glob("content/docs/*.{md,mdtext}"),
+ glob "content/docs/*/index.{md,mdtext}"
],
"/sitemap.html" => \@mdfiles,
);