Mercurial > hg > octave-nkf
changeset 2749:02f569448c7a
[project @ 1997-02-26 18:16:02 by jwe]
author | jwe |
---|---|
date | Wed, 26 Feb 1997 18:17:43 +0000 |
parents | 74839646edaf |
children | b6b1c0fa772a |
files | ChangeLog README.binary-dist doc/ChangeLog doc/faq/Makefile.in doc/liboctave/Makefile.in doc/refcard/Makefile.in libcruft/ChangeLog libcruft/Makefile.in octMakefile.in scripts/ChangeLog scripts/Makefile.in |
diffstat | 11 files changed, 71 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 26 12:17:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * octMakefile.in (maintainer-clean): Delete some more stuff. + Fri Feb 21 20:38:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Makeconf.in (do-subst-config-vals): Remove extra -L from
new file mode 100644 --- /dev/null +++ b/README.binary-dist @@ -0,0 +1,29 @@ +Although Octave is not very difficult to build from its sources, it is a +relatively large program that does require a significant amount of time +and disk space to compile and install. Because of this, many people +want to be able to obtain binary distributions so they can start using +Octave immediately, without having to bother with the details of +compiling it first. This is understandable, so I try to maintain a +current collection of binary distributions here. + +Please understand, however, that there is only a limited amount of +time available to devote to making binaries, so binaries may not be +immediately available for some platforms. (Please contact +bug-octave@bevo.che.wisc.edu if you are interested in helping make +binary distributions available for your system.) + +Also, binary distributions are limited to static binaries that do not +support dynamic linking. For earlier versions of Octave, I tried +distributing dynamically linked binaries but that proved to be too much +trouble to support. If you want to have a copy of Octave that includes +all the features described in the manual, you will have to build it +from the sources yourself, or find someone else who is willing to do it +for you. + + +John W. Eaton +jwe@bevo.che.wisc.edu +University of Wisconsin-Madison +Department of Chemical Engineering + +Tue Feb 18 15:03:57 1997
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 26 12:03:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * refcard/Makefile.in (mostlyclean clean): Delete log files. + + * liboctave/Makefile.in (mostlyclean clean): Delete more stuff. + + * faq/Makefile.in (mostlyclean clean): Delete some stuff. + Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Version 2.0.4 released.
--- a/doc/faq/Makefile.in +++ b/doc/faq/Makefile.in @@ -49,8 +49,8 @@ FAQ.ps: FAQ.dvi -dvips -o FAQ.ps FAQ.dvi -check install uninstall mostlyclean clean: -.PHONY: check install uninstall mostlyclean clean +check install uninstall +.PHONY: check install uninstall tags: $(SOURCES) ctags $(SOURCES) @@ -61,6 +61,12 @@ spell: $(SPELL) .PHONY: spell +mostlyclean clean: + rm -f faq.cp faq.fn faq.ky faq.pg faq.tp faq.vr \ + faq.cps faq.fns faq.kys faq.pgs faq.tps faq.vrs \ + faq.aux faq.log faq.toc +.PHONY: mostlyclean clean + distclean: clean rm -f Makefile .PHONY: distclean
--- a/doc/liboctave/Makefile.in +++ b/doc/liboctave/Makefile.in @@ -73,8 +73,10 @@ mostlyclean clean: rm -f liboctave.cp liboctave.fn liboctave.pg liboctave.tp \ - liboctave.cps liboctave.fns liboctave.pgs liboctave.tps \ - liboctave.aux liboctave.log liboctave.toc + liboctave.vr liboctave.ky liboctave.op liboctave.vrs \ + liboctave.kys liboctave.ops liboctave.cps liboctave.fns \ + liboctave.pgs liboctave.tps liboctave.aux liboctave.log \ + liboctave.toc .PHONY: mostlyclean clean distclean: clean
--- a/doc/refcard/Makefile.in +++ b/doc/refcard/Makefile.in @@ -51,8 +51,8 @@ refcard-letter.ps: refcard-letter.dvi -dvips -T 11in,8.5in -o refcard-letter.ps refcard-letter.dvi -check install uninstall mostlyclean clean: -.PHONY: check install uninstall mostlyclean clean +check install uninstall +.PHONY: check install uninstall tags: $(SOURCES) ctags $(SOURCES) @@ -60,6 +60,10 @@ TAGS: $(SOURCES) etags $(SOURCES) +mostlyclean clean: + rm -f refcard-*.log +.PHONY: mostlyclean clean + distclean: clean rm -f Makefile .PHONY: distclean
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 26 12:08:39 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makefile.in (maintainer-clean): Also remove configure. + Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> * Version 2.0.4 released.
--- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -114,7 +114,7 @@ if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi maintainer-clean:: - rm -f *.a *.o Makefile Makerules so_locations tags TAGS + rm -f *.a *.o configure Makefile Makerules so_locations tags TAGS if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi dist:
--- a/octMakefile.in +++ b/octMakefile.in @@ -125,9 +125,10 @@ .PHONY: clean mostlyclean distclean maintainer-clean maintainer-clean distclean:: - rm -f octMakefile octave-bug Makeconf config.cache - rm -f config.h config.log config.status Makerules.f77 - rm -f mk-oct-links mkoctfile + rm -f configure config.h.in octMakefile octave-bug Makefile \ + Makeconf config.cache config.h config.log config.status \ + Makerules.f77 mk-oct-links mkoctfile BUGS INSTALL.OCTAVE \ + Makefrag.f77 # Rules for making a source distribution.
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,7 @@ Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + * Makefile.in (maintainer-clean): Also remove configure. + * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). * general/is_matrix.m: Return zero for empty matrices.