summaryrefslogtreecommitdiff
path: root/helpcontent2/help-to-wiki.py
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-08 22:47:35 +0100
committerJan Holesovsky <kendy@suse.cz>2010-11-08 22:47:35 +0100
commit588fcbf2e6db68199235afcc6951588ffcd487c4 (patch)
treec9da8224c152329ac49e62f7775c6312844b3be0 /helpcontent2/help-to-wiki.py
parentb9dbeaf27ea4d8b61fcca464ab9459f2283212d2 (diff)
Show the phases of the wiki generation.
But still be quite silent about the operation ;-)
Diffstat (limited to 'helpcontent2/help-to-wiki.py')
-rwxr-xr-xhelpcontent2/help-to-wiki.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py
index 5ed0e6c1c7..a0e45a61b1 100755
--- a/helpcontent2/help-to-wiki.py
+++ b/helpcontent2/help-to-wiki.py
@@ -32,5 +32,8 @@ def create_wiki_dirs():
# do the work
create_wiki_dirs()
+print "Generating the titles..."
os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" )
+
+print "Generating the wiki itself..."
os.system( "python to-wiki/convall.py source/text" )