mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix documentation make. Bump version number
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c61756395
commit
caf2c322de
4 changed files with 18 additions and 2 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
2003-10-05 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUmakefile: Make manual
|
||||
* Source/DocMakefile: Remove dependencies file when cleaning.
|
||||
|
||||
* Version: Bump to 1.8.90
|
||||
|
||||
2003-10-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Use -Wl for netbsd linker options.
|
||||
|
@ -34,6 +41,10 @@
|
|||
Schwingel. Was failing to handle the case when a dot appears
|
||||
inside a path component properly.
|
||||
|
||||
2003-09-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.8.0 on branch.
|
||||
|
||||
2003-09-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSConnection.m: Fix obscure bug releasing in-progress
|
||||
|
|
|
@ -32,6 +32,8 @@ include ../config.mak
|
|||
# The documents to be generated
|
||||
DOCUMENT_NAME = coding-standards
|
||||
|
||||
SUBPROJECTS = manual
|
||||
|
||||
# The text documents to be generated
|
||||
DOCUMENT_TEXT_NAME = \
|
||||
INSTALL NEWS CODING-STANDARDS README ANNOUNCE BUGS
|
||||
|
@ -84,5 +86,6 @@ REF_DOC_INSTALL_DIR = $(GNUSTEP_DOCUMENTATION)/Developer
|
|||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
-include Makefile.postamble
|
||||
|
|
|
@ -211,8 +211,10 @@ after-clean::
|
|||
$(RM) BaseAdditions.gsdoc
|
||||
if [ -d Base ]; then \
|
||||
$(RM) Base/stamp; \
|
||||
$(RM) Base/dependencies; \
|
||||
rmdir Base; \
|
||||
$(RM) BaseAdditions/stamp; \
|
||||
$(RM) BaseAdditions/dependencies; \
|
||||
rmdir BaseAdditions; \
|
||||
fi
|
||||
|
||||
|
|
4
Version
4
Version
|
@ -6,8 +6,8 @@ GCC_VERSION=2.8.0
|
|||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=7
|
||||
SUBMINOR_VERSION=3
|
||||
MINOR_VERSION=8
|
||||
SUBMINOR_VERSION=90
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue