From 47b0de7a52fd9c4afc00c790be7e44fd7c93fe37 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Wed, 6 Sep 2017 11:15:10 -0400 Subject: [PATCH] doc: move source-syntax docs to typed-racket-doc package --- source-syntax/info.rkt | 2 -- typed-racket-doc/source-syntax/info.rkt | 3 +++ .../source-syntax}/scribblings/source-syntax.scrbl | 0 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 typed-racket-doc/source-syntax/info.rkt rename {source-syntax => typed-racket-doc/source-syntax}/scribblings/source-syntax.scrbl (100%) 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