mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
61f8c23511
commit
df1d4d5c0b
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>
|
2002-10-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Headers/Foundation/NSDebug.h: Make warn logs de-selectable at
|
* Headers/Foundation/NSDebug.h: Make warn logs de-selectable at
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
- (unsigned) parsePreprocessor;
|
- (unsigned) parsePreprocessor;
|
||||||
- (NSMutableDictionary*) parseProtocol;
|
- (NSMutableDictionary*) parseProtocol;
|
||||||
- (NSMutableArray*) parseProtocolList;
|
- (NSMutableArray*) parseProtocolList;
|
||||||
- (unsigned) parseSpace: (NSCharacterSet*)spaces;
|
- (unsigned) parseSpace: (NSCharacterSet*)spaceSet;
|
||||||
- (unsigned) parseSpace;
|
- (unsigned) parseSpace;
|
||||||
- (void) reset;
|
- (void) reset;
|
||||||
- (void) setDeclared: (NSString*)name;
|
- (void) setDeclared: (NSString*)name;
|
||||||
|
|
|
@ -78,6 +78,9 @@ autogsdoc_AGSDOC_FILES = autogsdoc.m \
|
||||||
AGSParser.h AGSOutput.h AGSIndex.h AGSHtml.h
|
AGSParser.h AGSOutput.h AGSIndex.h AGSHtml.h
|
||||||
autogsdoc_DOC_INSTALL_DIR = Developer/Tools
|
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 \
|
SOURCES = gdomap.c gdnc.m defaults.m dread.m dremove.m dwrite.m \
|
||||||
autogsdoc.m AGSParser.m AGSOutput.m AGSIndex.m AGSHtml.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)/ctool.make
|
||||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||||
|
|
||||||
ifeq ($(doc),yes)
|
ifeq ($(GNUSTEP_BASE_HAVE_LIBXML),1)
|
||||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue