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"))