Author: joes
Date: Tue Mar 18 04:04:13 2014
New Revision: 1578735
URL: http://svn.apache.org/r1578735
Log:
list deps
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=1578735&r1=1578734&r2=1578735&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 04:04:13 2014
@@ -13,6 +13,11 @@ our @patterns = (
[qr/\.md(?:text)?$/, single_narrative => {conf => $conf, template =>
'default.html'}],
);
+our %dependencies = (
+ "/docs.md" => [ grep s/^content//, glob "content/docs/*" ];
+);
+
+
1;