diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-12-02 19:44:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-12-02 19:44:18 +0100 |
commit | 28f9f37cce7fef09df98d9cdd30e2328777607d1 (patch) | |
tree | a5c68dccd12310b25c17d4bb0f9e6534580b1513 /helpcontent2/help-to-wiki.py | |
parent | d15ce0105ca8c1b7818df214714dd3adbbbca7b4 (diff) |
wikihelp: Finished the redirects generation.
Diffstat (limited to 'helpcontent2/help-to-wiki.py')
-rwxr-xr-x | helpcontent2/help-to-wiki.py | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 7ccb5ca7e5..9af54e59f3 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -7,14 +7,22 @@ import sys, os def create_wiki_dirs(): dirs = [ - "All", + "Common", "Basic", "Calc", "Chart", "Draw", "Impress", "Math", - "Writer" + "Writer", + "swriter", + "scalc", + "simpress", + "sdraw", + "smath", + "schart", + "sbasic", + "sdatabase" ] try: |