You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 05:04:14 UTC

svn commit: r1578735 - /thrift/cms-site/trunk/lib/path.pm

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;