You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2012/10/25 05:36:46 UTC

svn commit: r1401967 - /incubator/allura/site/trunk/lib/path.pm

Author: joes
Date: Thu Oct 25 03:36:45 2012
New Revision: 1401967

URL: http://svn.apache.org/viewvc?rev=1401967&view=rev
Log:
trivial change to generate site build

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

Modified: incubator/allura/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/allura/site/trunk/lib/path.pm?rev=1401967&r1=1401966&r2=1401967&view=diff
==============================================================================
--- incubator/allura/site/trunk/lib/path.pm (original)
+++ incubator/allura/site/trunk/lib/path.pm Thu Oct 25 03:36:45 2012
@@ -9,7 +9,7 @@ our @patterns = (
 
 ) ;
 
-# for specifying interdependencies between files
+## for specifying interdependencies between files
 
 our %dependencies = (
     "/allura/sitemap.html" => [ grep s!^content!!, glob "content/allura/*.mdtext" ],