mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
8699af99c7
commit
1b4ba77d5f
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue