racket/collects/config/info.ss
Eli Barzilay c16fd0009e * compile-omit-files will not prevent compilation of a required (compiled)
file, document this
* remove redundant compile-omit-files from config/info
* Make configtab introduce the missing bindings unhygienically, so there are no
  made up names in the zo, which makes it possible to easily replace config.ss
  without re-compiling everything.

svn: r3400
2006-06-18 16:31:02 +00:00

4 lines
95 B
Scheme

(module info (lib "infotab.ss" "setup")
(define name "Config")
(define doc.txt "doc.txt"))