summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index da3d673e4..8b929a606 100644
--- a/cscript
+++ b/cscript
@@ -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')]