Try to get cdist to build colour.pdf.
authorCarl Hetherington <cth@carlh.net>
Wed, 6 Nov 2013 23:09:20 +0000 (23:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 6 Nov 2013 23:09:20 +0000 (23:09 +0000)
cscript

diff --git a/cscript b/cscript
index b6088e0cb671925a32b7bdfd270289dfe6552f9f..da3d673e45336d824c615118ba6dd256773902e6 100644 (file)
--- 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')]