You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2011/02/10 10:28:34 UTC

svn commit: r1069304 - /river/site/trunk/lib/path.pm

Author: sijskes
Date: Thu Feb 10 09:28:34 2011
New Revision: 1069304

URL: http://svn.apache.org/viewvc?rev=1069304&view=rev
Log:
INFRA-3435 modified content path

Modified:
    river/site/trunk/lib/path.pm

Modified: river/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/river/site/trunk/lib/path.pm?rev=1069304&r1=1069303&r2=1069304&view=diff
==============================================================================
--- river/site/trunk/lib/path.pm (original)
+++ river/site/trunk/lib/path.pm Thu Feb 10 09:28:34 2011
@@ -13,7 +13,7 @@ our @patterns = (
 # for specifying interdependencies between files
 
 our %dependencies = (
-    "/river/sitemap.html" => [ grep s!^content!!, glob "content/river/*.mdtext" ],
+    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
 );
 
 1;