some info tweaks

svn: r11325
This commit is contained in:
Eli Barzilay 2008-08-19 10:32:18 +00:00
parent 850af38cfe
commit c23d1e7d83
4 changed files with 5 additions and 6 deletions

View File

@ -1,3 +0,0 @@
#lang setup/infotab
(define compile-omit-paths '("tests"))

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define compile-omit-paths 'all)

View File

@ -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))))

View File

@ -1,3 +0,0 @@
#lang setup/infotab
(define compile-omit-paths '("error-tests.ss"))