commit 52f714ef59ab0d42005f314c772a6ed121ca40aa parent bbaa0ecf3ad3d487e99415051bcfec1169a7b635 Author: AlexKnauth <alexander@knauth.org> Date: Wed, 16 Jul 2014 14:35:13 -0400 Move docs and tests into subdirs Diffstat:
| R | afl/docs.scrbl -> afl/docs/docs.scrbl | | | 0 | |
| M | afl/info.rkt | | | 4 | ++-- |
| R | afl/test.rkt -> afl/tests/test.rkt | | | 0 |
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/afl/docs.scrbl b/afl/docs/docs.scrbl diff --git a/afl/info.rkt b/afl/info.rkt @@ -1,3 +1,3 @@ #lang info -(define scribblings '(["docs.scrbl" ()])) -\ No newline at end of file +(define scribblings '(["docs/docs.scrbl" ()])) +\ No newline at end of file diff --git a/afl/test.rkt b/afl/tests/test.rkt