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:
Richard Frith-MacDonald 2014-06-30 06:20:36 +00:00
parent 828b9a3d5f
commit 54b5b64c5d
6 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -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