From e79b13153349cdac87a0f5c0f16f994c8652c1ab Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 18 Apr 2016 23:23:58 -0700 Subject: [PATCH] move info --- beautiful-racket/br/info.rkt | 5 +++++ beautiful-racket/info.rkt | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 beautiful-racket/br/info.rkt diff --git a/beautiful-racket/br/info.rkt b/beautiful-racket/br/info.rkt new file mode 100644 index 0000000..06df760 --- /dev/null +++ b/beautiful-racket/br/info.rkt @@ -0,0 +1,5 @@ +#lang info +(define collection 'multi) + +(define compile-omit-paths '("demo")) +(define test-omit-paths '("demo")) \ No newline at end of file diff --git a/beautiful-racket/info.rkt b/beautiful-racket/info.rkt index 6b1fda2..7e46cdc 100644 --- a/beautiful-racket/info.rkt +++ b/beautiful-racket/info.rkt @@ -4,6 +4,3 @@ (define version "0.01") (define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "ragg" "parser-tools-lib")) (define build-deps '("racket-doc")) - -(define compile-omit-paths '("br/demo")) -(define test-omit-paths '("br/demo")) \ No newline at end of file