From f44aa7af6588c4af2340cedf1fd7976856d83cc9 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 24 Aug 1998 12:47:27 +0000 Subject: [PATCH] Better build procedure git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2940 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Documentation/gnustep-base.tmpl.texi | 4 +--- Documentation/todo.tmpl.texi | 1 - Source/GNUmakefile | 3 ++- Version | 6 +++--- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 787649e12..2deb14d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 24 09:22:17 1998 Adam Fedor + + * doc/gnustep-base.tmpl.texi: Fix up doc problems. + * doc/todo.tmpl.texi: Likewise. + Thu Aug 20 11:50:23 1998 Adam Fedor * src/mframe.m (mframe_next_arg): Fixes from Richard diff --git a/Documentation/gnustep-base.tmpl.texi b/Documentation/gnustep-base.tmpl.texi index 22a220202..e9e304697 100644 --- a/Documentation/gnustep-base.tmpl.texi +++ b/Documentation/gnustep-base.tmpl.texi @@ -26,10 +26,8 @@ This file documents the GNUstep BASE Library. @ifclear NO-TEXI2HTML -@subtitle DRAFT Edition for GNUstep BASE Library @value{GNUSTEP-BASE-VERSION} -@subtitle Last revision Jan 1998 @c @subtitle For GCC Version @value{GNUSTEP-BASE-GCC} -@author Andrew McCallum and Adam Fedor +@c @author Andrew McCallum and Adam Fedor @sp 1 @end ifclear Copyright @copyright{} 1998 Free Software Foundation diff --git a/Documentation/todo.tmpl.texi b/Documentation/todo.tmpl.texi index 5dc57510b..dbb127295 100644 --- a/Documentation/todo.tmpl.texi +++ b/Documentation/todo.tmpl.texi @@ -172,7 +172,6 @@ Currently you have to remove, change, add, for some classes. @end itemize - @section Albin's To Do List I'm sure that there're other things to do, but these are the ones I know now: diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 982ae0936..4bf48ea01 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -41,7 +41,8 @@ LIBRARY_NAME=libgnustep-base # GNUSTEP_INSTALL_PREFIX must be defined here and not in config.h because # the installing person may set it on the `make' command line. -DEFS= -DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_SYSTEM_ROOT) \ +GNUSTEP_INSTALL_PREFIX=$(GNUSTEP_SYSTEM_ROOT) +DEFS= -DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_INSTALL_PREFIX) \ -DGNUSTEP_TARGET_DIR=\"$(GNUSTEP_TARGET_DIR)\" \ -DGNUSTEP_TARGET_CPU=\"$(GNUSTEP_TARGET_CPU)\" \ -DGNUSTEP_TARGET_OS=\"$(GNUSTEP_TARGET_OS)\" \ diff --git a/Version b/Version index dd223d913..4eb57ae12 100644 --- a/Version +++ b/Version @@ -8,10 +8,10 @@ MAJOR_VERSION=0 MINOR_VERSION=5 SUBMINOR_VERSION=0 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} -VERSION=$(GNUSTEP_BASE_VERSION) +VERSION=${GNUSTEP_BASE_VERSION} GNUSTEP_BASE_FTP_MACHINE=ftp.gnu.org GNUSTEP_BASE_FTP_DIRECTORY=pub/gnu -GNUSTEP_BASE_SNAP_FTP_MACHINE = alpha.gnu.org -GNUSTEP_BASE_SNAP_FTP_DIRECTORY = gnu/gnustep +GNUSTEP_BASE_SNAP_FTP_MACHINE=alpha.gnu.org +GNUSTEP_BASE_SNAP_FTP_DIRECTORY=gnu/gnustep