slatex: copy "slatex.sty" to the "lib" directory

This commit is contained in:
Matthew Flatt 2013-07-10 12:50:25 -06:00
parent 4a45d5faa0
commit c1037f65a6

View File

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