diff options
| author | 2018-12-15 15:42:27 -0500 | |
|---|---|---|
| committer | 2018-12-15 15:42:27 -0500 | |
| commit | 24b9ae7820e0b478f56ac07a5d7bdd876187d929 (patch) | |
| tree | 1190b311c420d7a4573d2d3e7c5399af2a0715c1 /build_win.bat | |
| parent | md formatting issue. (diff) | |
Add doc files to distribution archives.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index 97fca9d6..d12c2631 100644 --- a/build_win.bat +++ b/build_win.bat @@ -70,7 +70,7 @@ exit /b 1 @rem Show help :HELP @echo. -@echo Usage: build_windows [subcommand=clean,help,test] +@echo Usage: build_windows [subcommand=clean,help,test,dist] @echo. @echo Script to build janet on windows. Must be run from the Visual Studio @echo command prompt. @@ -99,6 +99,7 @@ copy README.md dist\README.md copy janet.lib dist\janet.lib copy janet.exp dist\janet.exp copy src\include\janet\janet.h dist\janet.h +xcopy /s doc dist\doc exit /b 0 :TESTFAIL |
