summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-06 23:09:20 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-06 23:09:20 +0000
commitc67b6189113ca037cfce566f0354f96585b11ba5 (patch)
treeca3370ce399ccd079930bab98b1f59be6ef8d59f /cscript
parenta44238ce4ce8f0ba29e093de92067b708454a876 (diff)
Try to get cdist to build colour.pdf.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index b6088e0cb..da3d673e4 100644
--- a/cscript
+++ b/cscript
@@ -71,4 +71,5 @@ def make_pot(target):
def make_manual(target):
os.chdir('doc/manual')
target.command('make')
- return [os.path.abspath('pdf'), os.path.abspath('html')]
+ target.cmomand('pdflatex colour.tex')
+ return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colours.pdf')]