Mercurial > hg > octave-nkf
changeset 3305:f1c5658772cf
[project @ 1999-10-20 19:40:10 by jwe]
author | jwe |
---|---|
date | Wed, 20 Oct 1999 19:40:11 +0000 |
parents | d30a8825bf15 |
children | b3bef983b12d |
files | scripts/ChangeLog scripts/Makefile.in src/ChangeLog src/Makefile.in |
diffstat | 4 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and + gethelp.cc to the list. + 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> * time/asctime.m: Texinfoize help text.
--- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -23,7 +23,7 @@ SOURCES = # *.m DISTFILES = Makefile.in ChangeLog $(SOURCES) configure.in \ - configure mkinstalldirs + configure mkinstalldirs move-if-change mkdoc gethelp.cc SUBDIRS = audio control elfun finance general image io linear-algebra \ miscellaneous plot polynomial quaternion set signal specfun \
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makefile.in (DISTFILES): Add mkgendoc to the list. + 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (stmp-pic): New target.
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -191,7 +191,8 @@ LIBS = @LIBS@ -DISTFILES = Makefile.in ChangeLog mkdefs mkops mkbuiltins mk-oct-links \ +DISTFILES = Makefile.in ChangeLog mkdefs mkops mkgendoc \ + mkbuiltins mk-oct-links \ defaults.h.in oct-conf.h.in octave.gperf oct-gperf.h \ octave.cc parse.cc lex.cc y.tab.h \ $(INCLUDES) $(DIST_SRC)