compatibility/pkgs/compatibility-pkgs/compatibility-doc/mzlib/scribblings/compile.scrbl
Matthew Flatt c20cc9d276 move compile-file' to compiler/compile-file'
The `mzlib/compile' module re-exports the moved function.

Also, fix `make-directory*' so that it never fails on an existing
directory. Remove `unstable/file', since it was just the same
clean-up of `make-directory*'.

original commit: 8d3c09b38b853dabffb5a58ba6a34876ca4f62fb
2013-07-10 12:57:02 -06:00

8 lines
195 B
Racket

#lang scribble/doc
@(require "common.rkt"
(for-label compiler/compile-file))
@mzlib[#:mode title compile]
Re-exports @racket[compile-file] from @racketmodname[compiler/compile-file].