Fix error building docs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-10-09 15:53:25 +00:00
parent 3112e48e4f
commit 37d43c2870
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-10-09 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/GNUmakefile: revert ... can't build if base library isn't
installed.
2002-10-09 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSLog.m: Lots of documentation added.

View file

@ -77,7 +77,7 @@ ANNOUNCE_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION)
#
# NB. Library reference documentation is generated by rules in the postamble
# file using the make file ../Source/DocMakefile. If headers are added to the
# library, you need to modify that file to get the autogsdoc tookl to use them.
# library, you need to modify that file to get the autogsdoc tool to use them.
#
REF_DOC_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Documentation/Developer/Base/Reference

View file

@ -99,8 +99,10 @@ include $(GNUSTEP_MAKEFILES)/ctool.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
ifeq ($(doc),yes)
include $(GNUSTEP_MAKEFILES)/documentation.make
endif
endif
include Makefile.postamble