diff options
author | Roland McGrath <roland@redhat.com> | 1989-08-13 07:28:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1989-08-13 07:28:15 +0000 |
commit | cd20a6a67f7e2e63a43fc223d32962a909d97928 (patch) | |
tree | 89f3bb174c34f7860c1004814ef1c261867afaf8 /README.template | |
parent | 38892f2959a28717f1675ce4856c8110851b9a0a (diff) | |
download | gunmake-cd20a6a67f7e2e63a43fc223d32962a909d97928.tar.gz |
Initial revision
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.template b/README.template new file mode 100644 index 0000000..82f4afb --- /dev/null +++ b/README.template @@ -0,0 +1,11 @@ +This directory contains the VERSION test release of GNU Make. +All bugs reported for previous test releases have been fixed. +Some bugs probably remain. + +To install, edit the file Makefile as directed in the comments, +and run `make install'. + +GNU Make is fully documented in make.texinfo. See the section entitled `Bugs' +for information on submitting bug reports. + +GNU Make is free software. See the file COPYING for copying conditions. |