Build base library documentation using autogsdoc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-12-15 09:48:35 +00:00
parent 5e7858ead4
commit 3769295b89
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2001-12-15 Richard Frith-Macdonald <rfm@gnu.org>
Many minor cleanups and bugfixes for autogsdoc. Alpha-test support
for building base library documentation using autogsdoc ... lots of
work remains to be done to improve the html output from autogsdoc
and to add autogsdoc comments to the base library source code.
* Tools/AGSIndex.h: improve merge control
* Tools/AGSIndex.m: ditto
* Tools/AGSHtml.h: new methods for cleaner indexing.
@ -10,6 +14,9 @@
where a version of the project being built is already installed.
* Tools/gsdoc-0_6_7.dtd: Fix ivar support
* Source/GSFFCallInvocation.m: minor debug output improvement.
* Source/GNUmakefile: add basic instructions to build (but not install)
documentation using autogsdoc. Don't want to install yet, as this is
very much alpha-test stuff.
2001-12-13 Adam Fedor <fedor@gnu.org>

View file

@ -426,11 +426,17 @@ libgnustep-base_HEADER_FILES_INSTALL_DIR = /Foundation
libgnustep-base_HEADER_FILES = $(FOUNDATION_HEADERS)
DOCUMENT_NAME = Base
Base_AGSDOC_FILES = $(FOUNDATION_HEADERS)
Base_AGSDOC_FLAGS = -HeaderDirectory ../Headers/Foundation -Declared Foundation
-include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/bundle.make
include $(GNUSTEP_MAKEFILES)/documentation.make
-include Makefile.postamble