Push DrScheme tool down to a sub-dir

svn: r15288
This commit is contained in:
Jay McCarthy 2009-06-25 22:46:40 +00:00
parent afd026f482
commit 8ad431b778
4 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#lang setup/infotab
(define name "FrTime")
(define compile-omit-paths '("demos" "tests"))
(define scribblings '(("scribblings/frtime.scrbl" () (experimental))))
(define tools '("frtime-tool.ss"))
(define tool-icons '(("clock.png" "frtime")))
(define tool-names '("FrTime Languages"))

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,6 @@
#lang setup/infotab
(define name "FrTime Tool")
(define tools '("frtime-tool.ss"))
(define tool-icons '("clock.png"))
(define tool-names '("FrTime Language"))