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" )