Version 0.9.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-03-11 03:24:42 +00:00
parent 35283f4055
commit 57f1f0cb8d
5 changed files with 15 additions and 5 deletions

View file

@ -1,5 +1,6 @@
2001-03-10 Adam Fedor <fedor@gnu.org>
* Version 0.9.2
* objc.make (WITH_DLL): Add DLL defs when WITH_DLL=yes
2001-03-08 Adam Fedor <fedor@gnu.org>
@ -41,7 +42,7 @@ Tue Feb 27 04:45:42 2001 Nicola Pero <n.pero@mi.flashnet.it>
2001-02-26 Adam Fedor <fedor@gnu.org>
* Documenation/makedoc.make: New file mostly copied from
documenation.make.
documentation.make.
* Documenation/makerules.make: New mostly copied from rules.make
* Documenation/gnustep-howto.texi: Moved from core/Documenation
* Documenation/faq.texi: Likewise.

View file

@ -178,7 +178,8 @@ Note: you will need to be able to install packages as root (at least
the base library) for applications to work correctly.
For installation on MinGW systems, read the README.MinGW file in the
make package.
Documentation directory. For other systems, see the machines documentation
or appropriate README files in the Documentation directory.
@menu
* DPS System::

View file

@ -9,6 +9,13 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@section Changes in version @samp{0.9.2}
@itemize @bullet
@item HOWTO and faq files moved from core package to here
@item Configurable GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT
@end itemize
@section Changes in version @samp{0.9.1}
Make has been reoganized so that it only relies on libraries and other things

5
README
View file

@ -18,8 +18,9 @@ Information
The file `NEWS' has the library's feature history.
The files `INSTALL' or `GNUstep-HOWTO' (from the core package) gives
instructions for installing the library.
The files `INSTALL' or `GNUstep-HOWTO' give instructions for
installing the library. Also see the machines.texi documentation and
various machine specific READMEs in the Documentation directory.
Files in the `Documentation' directory have information on the
design of the Makefile system and how to write your own makefiles that

View file

@ -4,6 +4,6 @@
# The version number of this release.
MAKE_MAJOR_VERSION=0
MAKE_MINOR_VERSION=9
MAKE_SUBMINOR_VERSION=1
MAKE_SUBMINOR_VERSION=2
GNUSTEP_MAKE_VERSION=${MAKE_MAJOR_VERSION}.${MAKE_MINOR_VERSION}.${MAKE_SUBMINOR_VERSION}