From f96f22dca28d47bf148932da66ef753c3f6fccf8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 23 Apr 2008 00:20:25 +0000 Subject: [PATCH] proprocessor doc, merge scribblings and doc-categories fields svn: r9414 original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79 --- collects/parser-tools/info.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/parser-tools/info.ss b/collects/parser-tools/info.ss index 9062091..0831748 100644 --- a/collects/parser-tools/info.ss +++ b/collects/parser-tools/info.ss @@ -1,5 +1,5 @@ #lang setup/infotab -(define scribblings '(("parser-tools.scrbl" (multi-page)))) +(define scribblings '(("parser-tools.scrbl" (multi-page) (parsing-library)))) (define compile-omit-paths '("examples"))