From b2a49dfa110389a4b04222fd1a8261a368fab0fc Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 6 Jan 2015 11:08:04 -0800 Subject: [PATCH] update info.rkt & docs --- info.rkt | 4 +++- scribblings/css-tools.scrbl | 6 ------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/info.rkt b/info.rkt index 53d8e20..374ce6a 100644 --- a/info.rkt +++ b/info.rkt @@ -1,3 +1,5 @@ #lang info (define collection "css-tools") -(define scribblings '(("scribblings/css-tools.scrbl" ()))) \ No newline at end of file +(define scribblings '(("scribblings/css-tools.scrbl" ()))) +(define deps '("base" "txexpr")) +(define build-deps '("scribble-lib")) diff --git a/scribblings/css-tools.scrbl b/scribblings/css-tools.scrbl index a9f6561..ee9a876 100644 --- a/scribblings/css-tools.scrbl +++ b/scribblings/css-tools.scrbl @@ -21,12 +21,6 @@ After that, you can update the package from the command line: @verbatim{raco pkg update css-tools} -@section{Interface} - -@defmodule[css-tools] - -Hello css-tools. - @section{License & source code}