From eecc49af6814a7cf086616dbfbf32785a39ddf04 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Tue, 14 Sep 2004 02:18:52 +0000 Subject: [PATCH] build gsdoc for gdomap git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20060 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index f61b77a15..c420298fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-09-13 Adrian Robert + + * Tools/gsdoc-1_0_1.rnc: Added usage information. + * Tools/GNUMakefile: Install it. + * Tools/gdomap.8: Refer user to HTML documentation for more info. + * Tools/autogsdoc.m: Be willing to parse .c files. + * Tools/autogsdoc.1: Document that. + * Tools/gdomap.c: Add comment to main so autogsdoc picks up as tool. + * Tools/gdomap/gsdoc: New file - docs for gsdoc are actually here, + taken from gdomap.h (not readily usable there by gsdoc). + * Tools/DocMakefile: Include gdomap in docbuild. + * Tools/BaseTools.gsdoc: Add gdomap to main TOC. + 2004-09-10 David Ayers * Source/NSArray.m: Consistently terminate macros with semicolons.