From 3258d4798b2ce9146ad32c0bee6eb2ebdebd8af4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 23 Jul 2008 13:03:39 +0000 Subject: [PATCH] allow example parsers to be compiled svn: r10873 original commit: 10082a81d2521bb41dcd0e5bc68ac2c61db9f4cb --- collects/parser-tools/info.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/parser-tools/info.ss b/collects/parser-tools/info.ss index 0831748..30abfe2 100644 --- a/collects/parser-tools/info.ss +++ b/collects/parser-tools/info.ss @@ -1,5 +1,3 @@ #lang setup/infotab (define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library)))) - -(define compile-omit-paths '("examples"))