diff --git a/Makefile.am b/Makefile.am index ec0f6f8..24e1de1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,10 +4,8 @@ SUBDIRS = src lib scm DIST_SUBDIRS = $(SUBDIRS) autotools debian doc examples util EXTRA_DIST = \ - CONTRIBUTORS \ MACHINES \ MIGRATE \ - PATCHLEVEL \ ROADMAP \ $(NULL) diff --git a/PATCHLEVEL b/PATCHLEVEL deleted file mode 100644 index 00750ed..0000000 --- a/PATCHLEVEL +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/ROADMAP b/ROADMAP index 25e997d..a3a58a0 100644 --- a/ROADMAP +++ b/ROADMAP @@ -32,16 +32,9 @@ elk-3.0 --+-- README Explains the purpose and release status of Elk | +-- COPYRIGHT The copyright status of the distribution | - +-- CONTRIBUTORS - | A list of people who have contributed significantly + +-- AUTHORS A list of people who have contributed significantly | 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 | that use Elk as their extension language, and by | 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 | 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 | +-- 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 | | - | `-- CC A few simple C++ programs demonstrating + | `-- c++ A few simple C++ programs demonstrating | use of Elk with C++ applications (see | README in this directory) | diff --git a/debian/elk.docs b/debian/elk.docs index f6d9df5..e845566 100644 --- a/debian/elk.docs +++ b/debian/elk.docs @@ -1,2 +1 @@ README -PATCHLEVEL