Author: joes
Date: Thu Aug 25 00:22:34 2011
New Revision: 1161336
URL: http://svn.apache.org/viewvc?rev=1161336&view=rev
Log:
trigger site build
Modified:
incubator/ooo/site/trunk/lib/path.pm
Modified: incubator/ooo/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/lib/path.pm?rev=1161336&r1=1161335&r2=1161336&view=diff
==============================================================================
--- incubator/ooo/site/trunk/lib/path.pm (original)
+++ incubator/ooo/site/trunk/lib/path.pm Thu Aug 25 00:22:34 2011
@@ -7,7 +7,7 @@ our @patterns = (
[qr!\.html$!, html_page => { template => "html_page.html" }],
) ;
-# for specifying interdependencies between files
+## for specifying interdependencies between files
our %dependencies = (
# "/openofficeorg/sitemap.html" => [ grep s!^content!!, glob "content/openofficeorg/*.mdtext"
],
|