discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: autogsdoc


From: Richard Frith-Macdonald
Subject: Re: Re[2]: autogsdoc
Date: Sat, 9 Mar 2002 19:10:10 +0000

On Saturday, March 9, 2002, at 06:43 PM, Manuel Guesdon wrote:

On Fri, 8 Mar 2002 16:37:39 +0000 Richard Frith-Macdonald <richard@brainstorm.co.uk> wrote:

|
| On Friday, March 8, 2002, at 04:22 PM, Manuel Guesdon wrote:
|
| > Hi,
| >
| > How can I pass infoDictionary values to autogsdoc ?
| > Example:
| > I'd want to set a stylesheet URL.
| > This feature appear in base/Tools/AutoDocTemplate.gsdoc:
| >         stylesheeturl="[[infoDictionary.stylesheeturl]]">
| > but I can't find how to make autogsdoc using it. Long time ago, I've
| > added such option in gsdoc.m.
|
| It's not implemented ... I'd suggest adding a snippet of code to
| AGSHtml.m to look for a StyleSheet
| user default, and insert the value of that default into the output it
| produces.
|
| Then you could either supply -StyleShet http://myhost/mystylesheet
| on the command line, or set it up in your defaults database

Another way is to have another option in Makefile to pass arguments to gsdoc; something like xxx_GSDOC_FLAGS (as we have a xxx_AGSDOC_FLAG). What do
you think ?

That's already present ...
the xxx_AGSDOC_FLAGS would just contain a '-StyleSheet http://myhost/mystylesheet' as a command
line argument as I suggested.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]