black hole wrote:
>> P.S. a workaround: Inside the template proper, add this:
>>
>>[= (out-move (get "trace-file")) =]
>
> Thank you, that'll do it. However, I am trying to solve another situation.
> I have a definitions file and need to set a name to be a list of files
> found in a specific
Hi,
On 7/5/07, Bruce Korb <[EMAIL PROTECTED]> wrote:
> On 7/5/07, black hole <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I am trying to specify the output file name inside the pseudo macro
> > using the get autogen scheme function. I understand the docs that
> > it should be possible, but I somehow
On 7/5/07, black hole <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to specify the output file name inside the pseudo macro
> using the get autogen scheme function. I understand the docs that
> it should be possible, but I somehow can't get it right.
>
> This is the definitions file (trace.ag):
Hi,
I am trying to specify the output file name inside the pseudo macro
using the get autogen scheme function. I understand the docs that
it should be possible, but I somehow can't get it right.
This is the definitions file (trace.ag):
autogen definitions trace.tpl;
trace_file=trace.h;
This is t