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 2010/11/07 16:29:19 UTC

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

Author: sijskes
Date: Sun Nov  7 15:29:18 2010
New Revision: 1032299

URL: http://svn.apache.org/viewvc?rev=1032299&view=rev
Log:
adapted template

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=1032299&r1=1032298&r2=1032299&view=diff
==============================================================================
--- incubator/river/site/trunk/lib/path.pm (original)
+++ incubator/river/site/trunk/lib/path.pm Sun Nov  7 15:29:18 2010
@@ -16,6 +16,7 @@ our @patterns = (
 our %dependencies = (
     "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
     "/index.html" => [ "content/sidenav.mdtext" ],
+    "/*.html" => [ "content/sidenav.mdtext" ],
 );
 
 1;