changeset 2219:11f3ca00c095

[project @ 1996-05-16 18:21:15 by jwe]
author jwe
date Thu, 16 May 1996 18:21:15 +0000
parents 945528d1f7fb
children fd8d48295891
files octMakefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in	Thu May 16 16:49:46 1996 +0000
+++ b/octMakefile.in	Thu May 16 18:21:15 1996 +0000
@@ -25,7 +25,7 @@
 DISTFILES = $(CONF_DISTFILES) \
 	BUGS COPYING INSTALL INSTALL.OCTAVE NEWS PROJECTS README \
 	README.NLP ROADMAP SENDING-PATCHES THANKS move-if-change \
-	octave.sh octave-bug.in doinstall.sh mkinstalldirs \
+	octave.sh octave-bug.in doinstall.sh mkinstalldirs mkoctfile.in \
 	MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 
 
 # Complete directory trees to distribute.
@@ -86,6 +86,7 @@
 install::
 	$(top_srcdir)/mkinstalldirs $(DIRS_TO_MAKE)
 	$(INSTALL_PROGRAM) octave-bug $(bindir)/octave-bug
+	$(INSTALL_PROGRAM) mkoctfile $(bindir)/mkoctfile
 	$(INSTALL_DATA) config.h $(includedir)/config.h
 
 maintainer-clean::