diff options
| author | Simon Tatham <anakin@pobox.com> | 2008-03-20 00:19:27 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2008-03-20 00:19:27 +0000 |
| commit | 202e023f59c56e8300eb99e2454b17bd4eb96def (patch) | |
| tree | fbc19e062c74c7091b137bd30d6296ecbd1e1589 /Buildscr | |
| parent | 7a3549db51e7314ce5e07a6a4a3f6599bcf7c242 (diff) | |
| download | puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.zip puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.gz puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.bz2 puzzles-202e023f59c56e8300eb99e2454b17bd4eb96def.tar.xz | |
I _think_, after some fairly random experimentation, that this ought
to fix the weird blacked-out text in the xvfb-built screenshots.
[originally from svn r7931]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl in puzzles do make # Now build the screenshots and icons. -in puzzles/icons do xvfb-run make web winicons gtkicons +in puzzles/icons do xvfb-run -s "-cc TrueColor" make web winicons gtkicons # Re-run mkfiles.pl now that it knows the icons are there. in puzzles do perl mkfiles.pl |