Author: robweir Date: Mon Oct 22 18:48:43 2012 New Revision: 1401002 URL: http://svn.apache.org/viewvc?rev=1401002&view=rev Log: trivial change to force rebuild
Modified: incubator/ooo/ooo-site/trunk/lib/path.pm Modified: incubator/ooo/ooo-site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/lib/path.pm?rev=1401002&r1=1401001&r2=1401002&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/lib/path.pm (original) +++ incubator/ooo/ooo-site/trunk/lib/path.pm Mon Oct 22 18:48:43 2012 @@ -14,7 +14,7 @@ our @patterns = ( [qr!\.htm$!, html_page => { template => "html_page.html" }], ) ; -# for specifying interdependencies between files +# for specifying interdependencies between the files our %dependencies = ( # "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],