[Libreoffice-commits] help.git: Branch 'libreoffice-4-0' - help-to-wiki.py
Andras Timar
atimar at suse.com
Mon Jun 3 01:40:25 PDT 2013
help-to-wiki.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e15ec6915ca8837f68fc1b1133d6380f087f81c0
Author: Andras Timar <atimar at suse.com>
Date: Mon Jun 3 09:43:04 2013 +0200
Hardcode 4.0 version - it will be available as help.libreoffice.org/4.0
Change-Id: Icaa20b41c8582b7057ebeb3d25e6688cf03af41e
diff --git a/help-to-wiki.py b/help-to-wiki.py
index 42aa072..7c5bcce 100755
--- a/help-to-wiki.py
+++ b/help-to-wiki.py
@@ -49,6 +49,7 @@ def create_wiki_dirs():
]
try:
+ os.mkdir( "wiki" )
os.mkdir( "wiki/4.0" )
except:
sys.stdout.write( "wiki already generated - the wiki/ subdir exists\n" )
More information about the Libreoffice-commits
mailing list