Show the phases of the wiki generation.

But still be quite silent about the operation ;-)
This commit is contained in:
Jan Holesovsky
2010-11-08 22:47:35 +01:00
parent b9dbeaf27e
commit 588fcbf2e6

View File

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