mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Yavor Doganov patches for backward compatibility and documentation bootstrap
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
828b9a3d5f
commit
54b5b64c5d
6 changed files with 17 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2014-06-30 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* GNUmakefile: Use -include for deb.make (for backward compatibility
|
||||
with old versions of gnustep-make).
|
||||
* Documentation/GNUmakefile:
|
||||
* Documentation/General/GNUmakefile:
|
||||
* Source/DocMakefile:
|
||||
* Tools/DocMakefile:
|
||||
Flags alterations to build documentation before base/autogsdoc is
|
||||
installed.
|
||||
|
||||
2014-06-26 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/GNUstepBase/GSTypeEncoding.h
|
||||
|
|
|
@ -97,8 +97,10 @@ ReleaseNotes.gsdoc
|
|||
# directory.
|
||||
#
|
||||
#ReleaseNotes_AGSDOC_FLAGS = -DocumentationDirectory .
|
||||
ReleaseNotes_AGSDOC_FLAGS = -DTDs ../Tools
|
||||
|
||||
# Use local version of autogsdoc in case it is not installed
|
||||
LD_LIBRARY_PATH := $(dir $(CURDIR))/Source/$(GNUSTEP_OBJ_DIR_NAME):$(LD_LIBRARY_PATH)
|
||||
AUTOGSDOC=../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc
|
||||
BASE_MAKE_LOADED=yes
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ OpenStepCompliance.gsdoc \
|
|||
# directory.
|
||||
#
|
||||
#General_AGSDOC_FLAGS = -DocumentationDirectory .
|
||||
General_AGSDOC_FLAGS = -DTDs ../../Tools
|
||||
|
||||
# Use local version of autogsdoc in case it is not installed
|
||||
AUTOGSDOC=../../Tools/$(GNUSTEP_OBJ_DIR_NAME)/autogsdoc
|
||||
|
|
|
@ -75,6 +75,6 @@ SUBPROJECTS += Tools NSTimeZones Resources Tests
|
|||
-include Makefile.preamble
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
include $(GNUSTEP_MAKEFILES)/Master/deb.make
|
||||
-include $(GNUSTEP_MAKEFILES)/Master/deb.make
|
||||
|
||||
-include Makefile.postamble
|
||||
|
|
|
@ -179,6 +179,7 @@ Base_AGSDOC_FLAGS = \
|
|||
-HeaderDirectory ../Headers/Foundation \
|
||||
-Declared Foundation \
|
||||
-Standards YES \
|
||||
-DTDs ../Tools \
|
||||
-ConstantsTemplate TypesAndConstants \
|
||||
-FunctionsTemplate Functions \
|
||||
-MacrosTemplate Functions \
|
||||
|
|
|
@ -65,6 +65,7 @@ BaseTools_AGSDOC_FLAGS = \
|
|||
-DocumentationDirectory ../Documentation/BaseTools \
|
||||
-HeaderDirectory ../Tools \
|
||||
-Standards YES \
|
||||
-DTDs ../Tools \
|
||||
-WordMap '{\
|
||||
WINAPI="";\
|
||||
}' -Up BaseTools
|
||||
|
|
Loading…
Reference in a new issue