You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jo...@apache.org on 2011/12/26 19:23:13 UTC

svn commit: r1224784 - /incubator/ooo/ooo-site/trunk/lib/path.pm

Author: joes
Date: Mon Dec 26 18:23:13 2011
New Revision: 1224784

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

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=1224784&r1=1224783&r2=1224784&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/lib/path.pm (original)
+++ incubator/ooo/ooo-site/trunk/lib/path.pm Mon Dec 26 18:23:13 2011
@@ -11,7 +11,7 @@ our @patterns = (
 # for specifying interdependencies between files
 
 our %dependencies = (
-#    "/openofficeorg/sitemap.html" => [ grep s!^content!!, glob "content/openofficeorg/*.mdtext" ],
+#    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
 );
 
 1;