# HG changeset patch # User jwe # Date 812354896 0 # Node ID d5e5ad6f3e63018a8515a5e1d93ba7d191eff51c # Parent 164556174150c6731ba0a77c79485822add43689 [project @ 1995-09-29 06:04:31 by jwe] diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -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}'` \