summaryrefslogtreecommitdiff
path: root/helpcontent2/help-to-wiki.py
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-30 15:29:02 +0100
committerJan Holesovsky <kendy@suse.cz>2010-11-30 15:29:02 +0100
commit49b5213636d2775b240e3126a85ea99a6cb4e2fa (patch)
treec4a3a0f7be6140f498567004c8eb939a8e0c987e /helpcontent2/help-to-wiki.py
parentfb79b6adf84fb7bd613069b8ec007bfbf9ed0d7c (diff)
wikihelp: Improve the generation of conditionals (switch/switchinline).
Diffstat (limited to 'helpcontent2/help-to-wiki.py')
-rwxr-xr-xhelpcontent2/help-to-wiki.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py
index b77f1fe469..3ceb7f8c16 100755
--- a/helpcontent2/help-to-wiki.py
+++ b/helpcontent2/help-to-wiki.py
@@ -28,11 +28,11 @@ footer_template = "\
def create_wiki_dirs():
dirs = [
+ "All",
"Basic",
"Calc",
"Chart",
"Draw",
- "All",
"Impress",
"Math",
"Writer"
@@ -77,3 +77,5 @@ os.system( "python to-wiki/wikiconv2.py "+localization )
# close the bookmarks.h template
create_wiki_footer()
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: