win32: make "doc" dir for core install
This commit is contained in:
parent
1787ae169c
commit
fc79d744d1
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue
Block a user