From 2392045eb7df323202342d6c2f80f03a49de69ec Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 22 Dec 2015 11:54:18 -0800 Subject: [PATCH] move lp file --- pollen-rkt.scrbl => scribblings/pollen-rkt.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename pollen-rkt.scrbl => scribblings/pollen-rkt.scrbl (99%) diff --git a/pollen-rkt.scrbl b/scribblings/pollen-rkt.scrbl similarity index 99% rename from pollen-rkt.scrbl rename to scribblings/pollen-rkt.scrbl index 837a50a..8c8ef39 100644 --- a/pollen-rkt.scrbl +++ b/scribblings/pollen-rkt.scrbl @@ -54,7 +54,7 @@ Other libraries we'll be using. pollen/decode pollen/tag hyphenate - "pricing-table.rkt")] + pollen-tfl/pricing-table)] @section{Exports} @@ -63,7 +63,7 @@ Note that @racket[all-defined-out] would only export the definitions that are cr imported definitions available too, we need to re-export them with @racket[all-from-out]. @chunk[ - (provide (all-defined-out) (all-from-out "pricing-table.rkt")) + (provide (all-defined-out) (all-from-out pollen-tfl/pricing-table)) ]