diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:10:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:10:50 +0000 |
| commit | 53b9121e590c95d1f009955b29d565096a1b58f2 (patch) | |
| tree | fc4bc4b52455ce83e57ea6ee879199a3f45a088a /cscript | |
| parent | 495ba8f21d392ab638f7713efd9d69987515bb9d (diff) | |
Manual typo.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,5 +71,5 @@ def make_pot(target): def make_manual(target): os.chdir('doc/manual') target.command('make') - target.cmomand('pdflatex colour.tex') + target.command('pdflatex colour.tex') return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colours.pdf')] |
