diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:09:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-06 23:09:20 +0000 |
| commit | c67b6189113ca037cfce566f0354f96585b11ba5 (patch) | |
| tree | ca3370ce399ccd079930bab98b1f59be6ef8d59f /cscript | |
| parent | a44238ce4ce8f0ba29e093de92067b708454a876 (diff) | |
Try to get cdist to build colour.pdf.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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')] |
