Documentation fixup for mingw

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22298 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2006-01-11 18:26:22 +00:00
parent 8699af99c7
commit 1b4ba77d5f
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-01-11 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/GNUmakefile:
* Documentation/General/GNUmakefile:
Fix path to autogsdoc for mingw where the 'obj' symlink doesn't work.
2006-01-11 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Additions/GNUstepBase/GSUnion.h:

View file

@ -86,7 +86,7 @@ ReleaseNotes.gsdoc
#ReleaseNotes_AGSDOC_FLAGS = -DocumentationDirectory .
# Use local version of autogsdoc in case it is not installed
AUTOGSDOC=../Tools/obj/autogsdoc
AUTOGSDOC=../Tools/$(GNUSTEP_OBJ_PREFIX)/autogsdoc
BASE_MAKE_LOADED=yes
#

View file

@ -45,7 +45,7 @@ OpenStepCompliance.gsdoc \
#General_AGSDOC_FLAGS = -DocumentationDirectory .
# Use local version of autogsdoc in case it is not installed
AUTOGSDOC=../../Tools/obj/autogsdoc
AUTOGSDOC=../../Tools/$(GNUSTEP_OBJ_PREFIX)/autogsdoc
BASE_MAKE_LOADED=yes
include $(GNUSTEP_MAKEFILES)/documentation.make