From f1f1826bfffe603048709b782bd52af711642300 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 18 Sep 2012 14:14:20 -0400 Subject: [PATCH] Move screenshot scripts to the meta collect. --- .../gui => meta/images}/taking-screenshots/instructions | 0 .../gui => meta/images}/taking-screenshots/racket-widget.scm | 0 .../gui => meta/images}/taking-screenshots/widget.rkt | 0 collects/meta/info.rkt | 1 + collects/meta/props | 1 + collects/scribblings/gui/widget-gallery.scrbl | 2 +- 6 files changed, 3 insertions(+), 1 deletion(-) rename collects/{scribblings/gui => meta/images}/taking-screenshots/instructions (100%) rename collects/{scribblings/gui => meta/images}/taking-screenshots/racket-widget.scm (100%) rename collects/{scribblings/gui => meta/images}/taking-screenshots/widget.rkt (100%) diff --git a/collects/scribblings/gui/taking-screenshots/instructions b/collects/meta/images/taking-screenshots/instructions similarity index 100% rename from collects/scribblings/gui/taking-screenshots/instructions rename to collects/meta/images/taking-screenshots/instructions diff --git a/collects/scribblings/gui/taking-screenshots/racket-widget.scm b/collects/meta/images/taking-screenshots/racket-widget.scm similarity index 100% rename from collects/scribblings/gui/taking-screenshots/racket-widget.scm rename to collects/meta/images/taking-screenshots/racket-widget.scm diff --git a/collects/scribblings/gui/taking-screenshots/widget.rkt b/collects/meta/images/taking-screenshots/widget.rkt similarity index 100% rename from collects/scribblings/gui/taking-screenshots/widget.rkt rename to collects/meta/images/taking-screenshots/widget.rkt diff --git a/collects/meta/info.rkt b/collects/meta/info.rkt index 816e164704..10093b2f72 100644 --- a/collects/meta/info.rkt +++ b/collects/meta/info.rkt @@ -1,3 +1,4 @@ #lang setup/infotab (define name "Infrastructure code") +(define compile-omit-paths '("images/taking-screenshots/racket-widget.scm")) diff --git a/collects/meta/props b/collects/meta/props index 431f2c1064..f002d64de9 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -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) diff --git a/collects/scribblings/gui/widget-gallery.scrbl b/collects/scribblings/gui/widget-gallery.scrbl index e4c2c049b6..c024544f66 100644 --- a/collects/scribblings/gui/widget-gallery.scrbl +++ b/collects/scribblings/gui/widget-gallery.scrbl @@ -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