From 588fcbf2e6db68199235afcc6951588ffcd487c4 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 8 Nov 2010 22:47:35 +0100 Subject: Show the phases of the wiki generation. But still be quite silent about the operation ;-) --- helpcontent2/help-to-wiki.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helpcontent2') 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" ) -- cgit