From c1037f65a6939bd52550655d48118bb7437beef7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 10 Jul 2013 12:50:25 -0600 Subject: [PATCH] slatex: copy "slatex.sty" to the "lib" directory --- pkgs/slatex/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/slatex/info.rkt b/pkgs/slatex/info.rkt index 802ef62ce7..64f6ecbcf6 100644 --- a/pkgs/slatex/info.rkt +++ b/pkgs/slatex/info.rkt @@ -13,3 +13,7 @@ (define deps '("base" "compatibility-lib")) (define build-deps '("scribble-lib")) + +;; Make slatex.sty easier to find (for adding to TEXINPUTS) +;; by copying it to the "lib" directory: +(define copy-foreign-libs '("slatex.sty"))