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