From 2963ed68603d639d152b45343b463d6c549185aa Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 29 Dec 2016 05:58:24 -0800 Subject: [PATCH] update info --- beautiful-racket-demo/info.rkt | 2 ++ beautiful-racket/br/info.rkt | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 beautiful-racket/br/info.rkt diff --git a/beautiful-racket-demo/info.rkt b/beautiful-racket-demo/info.rkt index b9e3dad..db457fa 100644 --- a/beautiful-racket-demo/info.rkt +++ b/beautiful-racket-demo/info.rkt @@ -4,3 +4,5 @@ (define version "0.01") (define deps '("base" "sugar" "beautiful-racket-lib" "rackunit-lib" "brag" "parser-tools-lib")) (define build-deps '("racket-doc")) +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/beautiful-racket/br/info.rkt b/beautiful-racket/br/info.rkt deleted file mode 100644 index 735af78..0000000 --- a/beautiful-racket/br/info.rkt +++ /dev/null @@ -1,4 +0,0 @@ -#lang info - -(define compile-omit-paths '("demo")) -(define test-omit-paths '("demo")) \ No newline at end of file