win32: make "doc" dir for core install

This commit is contained in:
Matthew Flatt 2013-06-20 06:41:09 -06:00
parent 1787ae169c
commit fc79d744d1

View File

@ -46,6 +46,8 @@ cd ..
..\..\racket -l racket/kernel/init -e "(if (directory-exists? \"../../etc\") (void) (make-directory \"../../etc\"))"
if errorlevel 1 exit /B 1
..\..\racket -l racket/kernel/init -e "(if (directory-exists? \"../../doc\") (void) (make-directory \"../../doc\"))"
if errorlevel 1 exit /B 1
copy COPYING-libscheme.txt ..\..\etc\
copy COPYING_LESSER.txt ..\..\etc\