diff options
author | Muthu Subramanian <sumuthu@novell.com> | 2010-11-24 23:03:22 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@novell.com> | 2010-11-24 23:03:22 +0530 |
commit | 3d16ea3ade84c9940269ece9f5321b46059d60ca (patch) | |
tree | 4749e80b468333277244e4465fd835e61786109b /helpcontent2/help-to-wiki.py | |
parent | 9888e8e16502f34ac4371d7edfcf13a67e1a73de (diff) |
Combined convall.py with wikiconv2.py.
Diffstat (limited to 'helpcontent2/help-to-wiki.py')
-rwxr-xr-x | helpcontent2/help-to-wiki.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index 446e02aacf..b77f1fe469 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -73,7 +73,7 @@ print "Generating the wiki itself..." localization = "" if len(sys.argv) > 1: localization = sys.argv[1] -os.system( "python to-wiki/convall.py "+localization ) +os.system( "python to-wiki/wikiconv2.py "+localization ) # close the bookmarks.h template create_wiki_footer() |