Skip to content

Commit

Permalink
adding python command
Browse files Browse the repository at this point in the history
  • Loading branch information
behere committed Aug 20, 2008
1 parent a401b6e commit a9e6ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/example.bat
Expand Up @@ -22,5 +22,5 @@ REM The location of the template files. Any subdirectories here will be copied
REM verbatim to the destination directory.
SET template="%yuidoc_home%\template"

%yuidoc_home%\bin\yuidoc.py %parser_in% -p %parser_out% -o %generator_out% -t %template%
python %yuidoc_home%\bin\yuidoc.py %parser_in% -p %parser_out% -o %generator_out% -t %template%

0 comments on commit a9e6ff0

Please sign in to comment.