Move screenshot scripts to the meta collect.

This commit is contained in:
Vincent St-Amour 2012-09-18 14:14:20 -04:00
parent a2157b86dc
commit f1f1826bff
6 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#lang setup/infotab
(define name "Infrastructure code")
(define compile-omit-paths '("images/taking-screenshots/racket-widget.scm"))

View File

@ -804,6 +804,7 @@ path/s is either such a string or a list of them.
"collects/meta/drdr" responsible (jay) drdr:command-line #f
"collects/meta/drdr2" responsible (jay) drdr:command-line #f
"collects/meta/images/mkheart.rkt" drdr:command-line #f
"collects/meta/images/taking-screenshots/racket-widget.scm" drdr:command-line #f
"collects/meta/props" responsible (eli jay) drdr:command-line (racket "-um" * "verify")
"collects/meta/web" drdr:command-line #f
"collects/mred" responsible (mflatt)

View File

@ -5,7 +5,7 @@
@title[#:style '(toc quiet)]{Widget Gallery}
@; Note: Instructions for taking widget screenshots are avaiable at:
@; ./taking-screenshots/instructions
@; collects/meta/images/taking-screenshots/instructions
This section shows the main widgets available in the Racket Graphical User
Interface Toolkit. Each image is a link to the documentation of the relevant