diff --git a/source-syntax/info.rkt b/source-syntax/info.rkt index cfcbd446..5b24575a 100644 --- a/source-syntax/info.rkt +++ b/source-syntax/info.rkt @@ -9,5 +9,3 @@ (define pkg-authors '(samth stamourv eli)) (define version "1.1") - -(define scribblings '(("scribblings/source-syntax.scrbl" () (tool-library)))) diff --git a/typed-racket-doc/source-syntax/info.rkt b/typed-racket-doc/source-syntax/info.rkt new file mode 100644 index 00000000..35cfa2f4 --- /dev/null +++ b/typed-racket-doc/source-syntax/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define scribblings '(("scribblings/source-syntax.scrbl" () (tool-library)))) diff --git a/source-syntax/scribblings/source-syntax.scrbl b/typed-racket-doc/source-syntax/scribblings/source-syntax.scrbl similarity index 100% rename from source-syntax/scribblings/source-syntax.scrbl rename to typed-racket-doc/source-syntax/scribblings/source-syntax.scrbl