rename all files .ss -> .rkt

original commit: 28b404307793f041bb3363135a2968e283855318
This commit is contained in:
Matthew Flatt 2010-04-27 16:05:36 -06:00
parent 6f85ed0e8f
commit 7e5406e889
93 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#lang scribble/doc
@(require scribble/lp-include)
@lp-include["lp-ex.ss"]
@lp-include["lp-ex.rkt"]

View File

@ -26,7 +26,7 @@ program, and the rest of the module is discarded. When using
and are treated like an ordinary Scribble document, where
@scheme[chunk]s are typeset in a manner similar to @scheme[codeblock].
@(define-runtime-path lp-ex "lp-ex.ss")
@(define-runtime-path lp-ex "lp-ex.rkt")
For example, consider this program: