Added call to geometry installer

svn: r3640
This commit is contained in:
Kathy Gray 2006-07-06 22:50:44 +00:00
parent f537365c27
commit a771a6083e

View File

@ -1,6 +1,7 @@
(module installer mzscheme
(require (lib "compile.ss" "profj")
(prefix colors: (lib "installer.ss" "htdch" "colors")))
(prefix colors: (lib "installer.ss" "htdch" "colors"))
(prefix geometry: (lib "installer.ss" "htdch" "geometry")))
(provide installer)
(define (mprintf . a)
@ -8,6 +9,7 @@
(define (installer plthome)
(colors:installer plthome)
(geometry:installer plthome)
(let ((draw-path (build-path (collection-path "htdch" "draw"))))
(let ((javac
(lambda (file)