diff --git a/collects/parser-tools/info.ss b/collects/parser-tools/info.ss index 30abfe2..9a0b87d 100644 --- a/collects/parser-tools/info.ss +++ b/collects/parser-tools/info.ss @@ -1,3 +1,5 @@ #lang setup/infotab +(define compile-omit-paths '("private-lex/error-tests.ss")) + (define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library))))