From daad01ed9715b101504522f3ef2155ae14e3df12 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 20 Jun 2011 04:00:14 -0400 Subject: [PATCH] Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. (Some other minor things here and there.) original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7 --- pkgs/racket-doc/scribblings/style/scribble.scrbl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/racket-doc/scribblings/style/scribble.scrbl b/pkgs/racket-doc/scribblings/style/scribble.scrbl index cec4848c15..e8e51bec2f 100644 --- a/pkgs/racket-doc/scribblings/style/scribble.scrbl +++ b/pkgs/racket-doc/scribblings/style/scribble.scrbl @@ -1,9 +1,6 @@ #lang scribble/doc -@(require scribble/manual - scribble/eval - "utils.ss" - (for-label scribble/manual - scribble/eval)) +@(require scribble/manual scribble/eval "utils.rkt" + (for-label scribble/manual scribble/eval)) @title[#:tag "reference-style"]{Style Guide}