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"))