From f04f42db766cd36b3c6217e8adb8412090f1ad9a Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 5 Jun 2009 15:06:47 +0000 Subject: [PATCH] svn: r15093 --- collects/2htdp/info.ss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 collects/2htdp/info.ss diff --git a/collects/2htdp/info.ss b/collects/2htdp/info.ss new file mode 100644 index 0000000000..d89289ef51 --- /dev/null +++ b/collects/2htdp/info.ss @@ -0,0 +1,8 @@ +#lang setup/infotab + +(define name "HtDP/2e Teachpacks") +(define compile-omit-paths + '("hangman-world.ss" + "hangman-world-play.ss" + "test" + "utest"))