summaryrefslogtreecommitdiff
path: root/helpcontent2/help-to-wiki.py
diff options
context:
space:
mode:
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: