comparison octMakefile.in @ 2135:12e92d302bbf

[project @ 1996-05-13 03:27:21 by jwe]
author jwe
date Mon, 13 May 1996 03:28:11 +0000
parents 4a0218a3ee90
children 678cb6a93368
comparison
equal deleted inserted replaced
2134:f44d96f6ca9f 2135:12e92d302bbf
31 # Complete directory trees to distribute. 31 # Complete directory trees to distribute.
32 DISTDIRS = emacs glob kpathsea make # plplot 32 DISTDIRS = emacs glob kpathsea make # plplot
33 33
34 # Subdirectories in which to run `make all'. 34 # Subdirectories in which to run `make all'.
35 SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ @DLFCN_DIR@ glob \ 35 SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ @DLFCN_DIR@ glob \
36 kpathsea libcruft liboctave src scripts doc 36 kpathsea libcruft liboctave src scripts doc examples
37 37
38 # Subdirectories in which ot run `make conf-dist'. 38 # Subdirectories in which ot run `make conf-dist'.
39 CONF_DISTSUBDIRS = src 39 CONF_DISTSUBDIRS = src
40 40
41 # Subdirectories in which to run `make dist'. 41 # Subdirectories in which to run `make dist'.
42 DISTSUBDIRS = libcruft liboctave info readline dlfcn src scripts test doc 42 DISTSUBDIRS = libcruft liboctave info readline dlfcn src scripts \
43 test doc examples
43 44
44 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \ 45 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
45 BUGS PROJECTS octave-bug octave.sh doinstall.sh \ 46 BUGS PROJECTS octave-bug octave.sh doinstall.sh \
46 mkinstalldirs 47 mkinstalldirs
47 48