diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:18:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:18:01 +0000 |
| commit | 6cdd3c15640762b4f3ade43d0e09cc972432bf2f (patch) | |
| tree | 10c1d84d89b70ac501d5b0026a4d1eab150dd161 /cscript | |
| parent | 53b9121e590c95d1f009955b29d565096a1b58f2 (diff) | |
Another typo.
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')] |
