Rename README.contributors to AUTHORS.
* doc/README: Move to the base folder.
* doc/README.contributors: Ditto.
* doc/README.contributors: Rename to AUTHORS.
* Makefile.direct (DOC_FILES): Rename doc/README to README;
rename doc/README.contributors to AUTHORS.
* Makefile.dj (OTHER_FILES): Ditto.
* README.QUICK: Ditto.
* doc/doc.am (dist_pkgdata_DATA): Ditto.
* include/gc_version.h: Ditto.
* Makefile.dj (OTHER_FILES): Wrap long lines.
* README.QUICK: Fix gc_version.h name.
* doc/doc.am (dist_pkgdata_DATA): Sort entries alphabetically.
* doc/doc.am: Expand all tabs to spaces.
doc/porting.html doc/overview.html \
doc/README.dj doc/README.hp doc/README.linux doc/README.rs6000 \
doc/README.sgi doc/README.solaris2 doc/README.uts \
- doc/README.win32 doc/barrett_diagram doc/README \
- doc/README.contributors doc/gc.man \
+ doc/README.win32 doc/barrett_diagram \
+ README AUTHORS doc/gc.man \
doc/README.environment doc/tree.html doc/gcdescr.html \
doc/README.autoconf doc/README.macros doc/README.ews4800 \
doc/README.DGUX386 doc/README.arm.cross doc/leak.html \
OTHER_FILES= Makefile PCR-Makefile OS2_MAKEFILE NT_MAKEFILE BCC_MAKEFILE \
README tests/test.c test_cpp.cc extra/setjmp_t.c SMakefile.amiga \
- SCoptions.amiga README.amiga README.win32 cord/README \
- README.rs6000 README.QUICK TODO callprocs pc_excludes \
- barrett_diagram README.OS2 README.Mac MacProjects.sit.hqx \
- extra/MacOS.c EMX_MAKEFILE README.debugging \
- Mac_files/datastart.c Mac_files/dataend.c \
+ SCoptions.amiga doc/README.amiga doc/README.win32 \
+ doc/README.cords doc/README.rs6000 README.QUICK TODO callprocs \
+ pc_excludes barrett_diagram doc/README.OS2 doc/README.Mac \
+ MacProjects.sit.hqx extra/MacOS.c EMX_MAKEFILE \
+ doc/README.debugging Mac_files/datastart.c Mac_files/dataend.c \
Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
- extra/add_gc_prefix.c README.solaris2 README.sgi README.hp \
- README.uts win32_threads.c gc.mak README.dj \
- Makefile.dj README.alpha README.linux README.MacOSX Makefile.DLLs \
- WCC_MAKEFILE
+ extra/add_gc_prefix.c doc/README.solaris2 doc/README.sgi \
+ doc/README.hp doc/README.uts win32_threads.c gc.mak doc/README.dj \
+ Makefile.dj doc/README.alpha doc/README.linux doc/README.MacOSX \
+ Makefile.DLLs WCC_MAKEFILE
CORD_INCLUDE_FILES= $(srcdir)/include/gc.h $(srcdir)/include/cord.h \
$(srcdir)/include/ec.h $(srcdir)/include/private/cord_pos.h
use of those files for a purpose other than building the collector may
require the resulting code to be covered by the GPL.
-For more details and the names of other contributors, see the
-doc/README* files and include/gc.h. This file describes typical use of
-the collector on a machine that is already supported.
+For more details and the names of other contributors, see the README,
+doc/README.*, AUTHORS and include/gc.h files. These files describe typical
+use of the collector on a machine that is already supported.
-For the version number, see doc/README or version.h.
+For the version number, see README or include/gc_version.h files.
INSTALLATION:
Under UN*X, Linux:
copy the appropriate makefile to MAKEFILE, read it, and type "nmake test".
(Under Windows, this assumes you have Microsoft command-line tools
installed, and suitably configured.)
-Read the machine specific README in the doc directory if one exists.
+Read the machine specific README.XXX in the doc directory if one exists.
If you need thread support, you will need to follow the special
platform-dependent instructions (win32), or define GC_THREADS
More documentation on the collector interface can be found at
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html,
-in doc/README and other files in the doc directory, and in include/gc.h .
+in README and other files in the doc directory, and in include/gc.h file.
WARNINGS:
# installed documentation
#
dist_pkgdata_DATA = \
- doc/barrett_diagram \
- doc/debugging.html \
- doc/gc.man \
- doc/gcdescr.html \
- doc/README \
- doc/README.amiga \
- doc/README.arm.cross \
- doc/README.autoconf \
- doc/README.cmake \
- doc/README.contributors \
- doc/README.cords \
- doc/README.DGUX386 \
- doc/README.dj \
- doc/README.environment \
- doc/README.ews4800 \
- doc/README.hp \
- doc/README.linux \
- doc/README.Mac \
- doc/README.MacOSX \
- doc/README.macros \
- doc/README.OS2 \
- doc/README.rs6000 \
- doc/README.sgi \
- doc/README.solaris2 \
- doc/README.uts \
- doc/README.win32 \
- doc/README.win64 \
- doc/overview.html \
- doc/tree.html \
- doc/leak.html \
- doc/gcinterface.html \
- doc/scale.html \
- doc/README.darwin \
- doc/simple_example.html \
- doc/porting.html
+ AUTHORS \
+ README \
+ doc/README.DGUX386 \
+ doc/README.Mac \
+ doc/README.MacOSX \
+ doc/README.OS2 \
+ doc/README.amiga \
+ doc/README.arm.cross \
+ doc/README.autoconf \
+ doc/README.cmake \
+ doc/README.cords \
+ doc/README.darwin \
+ doc/README.dj \
+ doc/README.environment \
+ doc/README.ews4800 \
+ doc/README.hp \
+ doc/README.linux \
+ doc/README.macros \
+ doc/README.rs6000 \
+ doc/README.sgi \
+ doc/README.solaris2 \
+ doc/README.uts \
+ doc/README.win32 \
+ doc/README.win64 \
+ doc/barrett_diagram \
+ doc/debugging.html \
+ doc/gc.man \
+ doc/gcdescr.html \
+ doc/gcinterface.html \
+ doc/leak.html \
+ doc/overview.html \
+ doc/porting.html \
+ doc/scale.html \
+ doc/simple_example.html \
+ doc/tree.html
|| GC_TMP_VERSION_MINOR != GC_VERSION_MINOR \
|| defined(GC_ALPHA_VERSION) != (GC_TMP_ALPHA_VERSION != GC_NOT_ALPHA) \
|| (defined(GC_ALPHA_VERSION) && GC_TMP_ALPHA_VERSION != GC_ALPHA_VERSION)
-# error Inconsistent version info. Check doc/README, include/gc_version.h, and configure.ac.
+# error Inconsistent version info. Check README, include/gc_version.h and configure.ac.
# endif
#else
# define GC_VERSION_MAJOR GC_TMP_VERSION_MAJOR