mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Build autogsdoc documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14683 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f547de506
commit
13e05c4faa
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/GNUmakefile: build autogsdoc documentation automatically
|
||||
if possible.
|
||||
|
||||
2002-10-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSDebug.h: Make warn logs de-selectable at
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
- (unsigned) parsePreprocessor;
|
||||
- (NSMutableDictionary*) parseProtocol;
|
||||
- (NSMutableArray*) parseProtocolList;
|
||||
- (unsigned) parseSpace: (NSCharacterSet*)spaces;
|
||||
- (unsigned) parseSpace: (NSCharacterSet*)spaceSet;
|
||||
- (unsigned) parseSpace;
|
||||
- (void) reset;
|
||||
- (void) setDeclared: (NSString*)name;
|
||||
|
|
|
@ -78,6 +78,9 @@ autogsdoc_AGSDOC_FILES = autogsdoc.m \
|
|||
AGSParser.h AGSOutput.h AGSIndex.h AGSHtml.h
|
||||
autogsdoc_DOC_INSTALL_DIR = Developer/Tools
|
||||
|
||||
# Use local version of autogsdoc in case it is not installed
|
||||
AUTOGSDOC=./obj/autogsdoc
|
||||
|
||||
SOURCES = gdomap.c gdnc.m defaults.m dread.m dremove.m dwrite.m \
|
||||
autogsdoc.m AGSParser.m AGSOutput.m AGSIndex.m AGSHtml.m
|
||||
|
||||
|
@ -95,7 +98,7 @@ include $(GNUSTEP_MAKEFILES)/tool.make
|
|||
include $(GNUSTEP_MAKEFILES)/ctool.make
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
ifeq ($(doc),yes)
|
||||
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue