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