* Removed the useless PATCHLEVEL file.
git-svn-id: svn://svn.zoy.org/elk/trunk@38 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
1e2c36ea40
commit
55326a53e6
|
@ -4,10 +4,8 @@ SUBDIRS = src lib scm
|
||||||
DIST_SUBDIRS = $(SUBDIRS) autotools debian doc examples util
|
DIST_SUBDIRS = $(SUBDIRS) autotools debian doc examples util
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
CONTRIBUTORS \
|
|
||||||
MACHINES \
|
MACHINES \
|
||||||
MIGRATE \
|
MIGRATE \
|
||||||
PATCHLEVEL \
|
|
||||||
ROADMAP \
|
ROADMAP \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
3
|
|
17
ROADMAP
17
ROADMAP
|
@ -32,16 +32,9 @@ elk-3.0 --+-- README Explains the purpose and release status of Elk
|
||||||
|
|
|
|
||||||
+-- COPYRIGHT The copyright status of the distribution
|
+-- COPYRIGHT The copyright status of the distribution
|
||||||
|
|
|
|
||||||
+-- CONTRIBUTORS
|
+-- AUTHORS A list of people who have contributed significantly
|
||||||
| A list of people who have contributed significantly
|
|
||||||
| to Elk; acknowledgments and credits
|
| to Elk; acknowledgments and credits
|
||||||
|
|
|
|
||||||
+-- PATCHLEVEL The current patchlevel
|
|
||||||
|
|
|
||||||
+-- config/ Holds the configuration files with machine- and
|
|
||||||
| site-specific information required for building
|
|
||||||
| Elk. See INSTALL for details.
|
|
||||||
|
|
|
||||||
+-- include/ The include files to be #included by applications
|
+-- include/ The include files to be #included by applications
|
||||||
| that use Elk as their extension language, and by
|
| that use Elk as their extension language, and by
|
||||||
| extensions to Elk. Including scheme.h from this
|
| extensions to Elk. Including scheme.h from this
|
||||||
|
@ -50,12 +43,6 @@ elk-3.0 --+-- README Explains the purpose and release status of Elk
|
||||||
| or may not use ANSI/ISO-C prototypes, depending on
|
| or may not use ANSI/ISO-C prototypes, depending on
|
||||||
| the config file you have chosen.
|
| the config file you have chosen.
|
||||||
|
|
|
|
||||||
+-- scripts/ Shell scripts to link the Scheme interpreter with
|
|
||||||
| extensions (useful on platforms that to not support
|
|
||||||
| dynamic loading of objects), and to create
|
|
||||||
| dynamically loadable objects from .o files. See
|
|
||||||
| INSTALL and scripts/README for details.
|
|
||||||
|
|
|
||||||
+-- src/ The C source files of the Scheme interpreter
|
+-- src/ The C source files of the Scheme interpreter
|
||||||
|
|
|
|
||||||
+-- scm/ Scheme files that are loaded during runtime. These
|
+-- scm/ Scheme files that are loaded during runtime. These
|
||||||
|
@ -106,7 +93,7 @@ elk-3.0 --+-- README Explains the purpose and release status of Elk
|
||||||
| |
|
| |
|
||||||
| +-- regexp A demonstration of the regexp extension
|
| +-- regexp A demonstration of the regexp extension
|
||||||
| |
|
| |
|
||||||
| `-- CC A few simple C++ programs demonstrating
|
| `-- c++ A few simple C++ programs demonstrating
|
||||||
| use of Elk with C++ applications (see
|
| use of Elk with C++ applications (see
|
||||||
| README in this directory)
|
| README in this directory)
|
||||||
|
|
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
README
|
README
|
||||||
PATCHLEVEL
|
|
||||||
|
|
Loading…
Reference in New Issue