Re: ylwrap fails with flex 2.5.4 and prefix

2003-03-13 Thread Akim Demaille
| Hi, | I'm using flex as the lexer, and I'm using flex's | support for prefixes. So when I put a | | %option prefix=dfg_ Use prefix and outfile to please Automake. src/bison/src % fgrep %option scan-gram.l nostromo 9:59 %option debug nodefault noyywrap

Re: automake flex's -P option

2003-03-13 Thread Akim Demaille
| Hello. Hi! | I recently converted one of my projects to autoconf 2.57 automake | 1.7.3. I'm not bothered about portability to systems other than | DJGPP or Linux. In particular I've been using switches that are | particular to flex and bison: those to set the prefix of the lexer | and

Generating man pages from other sources

2003-03-13 Thread Dalibor Topic
Hi, I'd like to have automake generate man pages from a texinfo file (or DocBook, or some other format) using a suitable tool. How could that be achieved? cheers, dalibor topic __ Do you Yahoo!? Yahoo! Web Hosting - establish your business online

Re: Generating man pages from other sources

2003-03-13 Thread Russ Allbery
Dalibor Topic [EMAIL PROTECTED] writes: I'd like to have automake generate man pages from a texinfo file (or DocBook, or some other format) using a suitable tool. How could that be achieved? There is a texi2pod script that can be used in combination with special comments in texinfo

Re: Generating man pages from other sources

2003-03-13 Thread Guido Draheim
Dalibor Topic schrieb: Hi, I'd like to have automake generate man pages from a texinfo file (or DocBook, or some other format) using a suitable tool. How could that be achieved? I don't know what that question is asking for actually - suffix rules are written just like in plain make, nothing

Re: Question about include makefile

2003-03-13 Thread Giuseppe Greco
On Sun, 2003-03-09 at 19:59, Alexandre Duret-Lutz wrote: Giuseppe == Giuseppe Greco [EMAIL PROTECTED] writes: Giuseppe Hi all, Giuseppe I wrote an Include makefile containing Giuseppe Autoconf statements like EXTRA_DIST, SUBDIRS, etc. Giuseppe Well, when I include the makefile above

Re: Question about include makefile

2003-03-13 Thread Alexandre Duret-Lutz
Giuseppe == Giuseppe Greco [EMAIL PROTECTED] writes: [...] Giuseppe include $(zt_automake_mk) Giuseppe zt_automake_mk is just a variale set to Giuseppe /usr/local/share/z-tools/makefiles/automake.mk. That explains it all. This won't work for two reasons. 1. include's argument must be a

Re: Question about include makefile

2003-03-13 Thread Giuseppe Greco
Alexandre, Thanks very much for your support! Have a nice weekend. Gius_. On Thu, 2003-03-13 at 22:09, Alexandre Duret-Lutz wrote: Giuseppe == Giuseppe Greco [EMAIL PROTECTED] writes: [...] Giuseppe include $(zt_automake_mk) Giuseppe zt_automake_mk is just a variale set to Giuseppe