changeset 1495:d5e5ad6f3e63

[project @ 1995-09-29 06:04:31 by jwe]
author jwe
date Fri, 29 Sep 1995 06:08:16 +0000
parents 164556174150
children 8bd5499ae4ef
files octMakefile.in
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in	Fri Sep 29 05:35:05 1995 +0000
+++ b/octMakefile.in	Fri Sep 29 06:08:16 1995 +0000
@@ -20,14 +20,14 @@
 
 DISTFILES = BUGS COPYING INSTALL INSTALL.OCTAVE Makefile.in \
 	octMakefile.in Makeconf.in NEWS PROJECTS README README.NLP \
-	SENDING-PATCHES THANKS configure configure.in config.guess \
-	config.sub move-if-change octave.sh octave-bug.in \
-	octave-mode.el aclocal.m4 install-sh doinstall.sh \
+	ROADMAP SENDING-PATCHES THANKS configure configure.in \
+	config.guess config.sub move-if-change octave.sh \
+	octave-bug.in aclocal.m4 install-sh doinstall.sh \
 	mkinstalldirs config.h.in acconfig.h config.h.bot \
 	MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 
 
 # Complete directory trees to distribute.
-DISTDIRS = kpathsea make plplot
+DISTDIRS = emacs kpathsea make plplot
 
 # Subdirectories in which to run `make all'.
 SUBDIRS = @DLD_DIR@ @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ kpathsea \
@@ -37,11 +37,11 @@
 DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
 
 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
-	BUGS PROJECTS octave-bug octave.sh octave-mode.el doinstall.sh \
+	BUGS PROJECTS octave-bug octave.sh doinstall.sh \
 	mkinstalldirs
 
 # Subdirectories in which to run `make dist'.
-BINDISTSUBDIRS = scripts doc
+BINDISTSUBDIRS = emacs scripts doc
 
 DIRS_TO_MAKE = $(bindir) $(fcnfiledir) $(octfiledir) $(archlibdir) \
   `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $i}'` \