add update-implies to package "info.rkt"s

original commit: eb9cbe20bf7b4ebc1eee63e2ca079ae566ff8c05
This commit is contained in:
Matthew Flatt 2014-08-14 16:26:09 +01:00
parent f9164dee10
commit 8baf45e435
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"scribble-lib"
"scribble-text-lib"
"racket-doc"))
(define update-implies '("scribble-lib"))
(define pkg-desc "documentation part of \"scribble\"")

View File

@ -15,3 +15,4 @@
(define pkg-authors '(mflatt eli))
(define build-deps '("racket-index"))
(define update-implies '("scribble-lib"))