Merge the build-dep and dep of the two info.rkt

This commit is contained in:
Georges Dupéron 2016-09-22 16:25:09 +02:00
parent 2c5c130048
commit cda7465ad4
2 changed files with 2 additions and 3 deletions

View File

@ -3,3 +3,5 @@
(define collection 'multi)
(define build-deps '("scribble-lib" "racket-doc" "pict-doc"))
(define deps '("base" "draw-lib" "gui-lib" "scheme-lib" "slideshow-lib" "unstable-lib"))
(define pkg-desc "A picture showing all the languages used to implement Racket.")
(define version "1.0")

View File

@ -1,5 +1,2 @@
#lang info
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/lang-slide.scrbl" ())))
(define pkg-desc "A picture showing all the languages used to implement Racket.")
(define version "1.0")