Update version to 1.95. Add more early version documentation.

This commit is contained in:
David Brown 2016-06-18 16:38:42 +01:00
parent f828e80e56
commit 342d883d11
9 changed files with 467 additions and 26 deletions

View file

@ -131,6 +131,7 @@ clean: configuration
# full: Full build of compiler and libarary.
full: configuration
@make -f src/tools/make/vishap.make -s installable
@make -f src/tools/make/vishap.make -s clean
@make -f src/tools/make/vishap.make -s translate
@make -f src/tools/make/vishap.make -s assemble
@ -166,9 +167,11 @@ library: configuration
# install: Copy built files to install directory
install: configuration
@make -f src/tools/make/vishap.make -s installable
@make -f src/tools/make/vishap.make -s install
uninstall: configuration
@make -f src/tools/make/vishap.make -s installable
@make -f src/tools/make/vishap.make -s uninstall
@ -237,11 +240,3 @@ autobuild: configuration
# autostop: Tell test clients to exit their wait loop.
autostop: configuration
./testclient -c "exit"