Author: sijskes
Date: Sun Nov 21 17:14:27 2010
New Revision: 1037503
URL: http://svn.apache.org/viewvc?rev=1037503&view=rev
Log:
CMS commit to river by sijskes
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=1037503&r1=1037502&r2=1037503&view=diff
==============================================================================
--- incubator/river/site/trunk/lib/path.pm (original)
+++ incubator/river/site/trunk/lib/path.pm Sun Nov 21 17:14:27 2010
@@ -1,4 +1,3 @@
-
package path;
use ASF::Value;
@@ -14,7 +13,7 @@ our @patterns = (
# for specifying interdependencies between files
our %dependencies = (
- "sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
+ "/river/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
);
1;