You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jo...@apache.org on 2010/11/22 01:26:52 UTC

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

Author: joes
Date: Mon Nov 22 00:26:52 2010
New Revision: 1037579

URL: http://svn.apache.org/viewvc?rev=1037579&view=rev
Log:
Fix deps.

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

Modified: incubator/river/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/lib/path.pm?rev=1037579&r1=1037578&r2=1037579&view=diff
==============================================================================
--- incubator/river/site/trunk/lib/path.pm (original)
+++ incubator/river/site/trunk/lib/path.pm Mon Nov 22 00:26:52 2010
@@ -13,7 +13,7 @@ our @patterns = (
 # for specifying interdependencies between files
 
 our %dependencies = (
-    "/river/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
+    "/river/sitemap.html" => [ grep s!^content!!, glob "content/river/*.mdtext" ],
 );
 
 1;