diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,4 +72,4 @@ def make_manual(target): os.chdir('doc/manual') target.command('make') target.command('pdflatex colour.tex') - return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colours.pdf')] + return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')] |
