Mercurial > hg > octave-thorsten
diff octMakefile.in @ 6428:1a59ba7d32f0
[project @ 2007-03-21 18:57:07 by jwe]
author | jwe |
---|---|
date | Wed, 21 Mar 2007 18:57:07 +0000 |
parents | 61091f4af6e4 |
children | af8e28709a2c |
line wrap: on
line diff
--- a/octMakefile.in +++ b/octMakefile.in @@ -56,6 +56,12 @@ SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files + @echo "Octave successfully built. Now choose from the following:" + @echo "" + @echo " ./run-octave - to run in place" + @echo " make check - to run the tests" + @echo " make install - to install" + @echo "" .PHONY: all src: liboctave