Re: make ps?

2003-08-10 Thread Frederik Fouvry

,-- Le Tue, 05 Aug, Alexandre Duret-Lutz a écrit le suivant:
| 
|  Frederik == Frederik Fouvry [EMAIL PROTECTED] writes:
| 
| [...]
|  Frederik The manual says The other files [than .info] can be built on
|  Frederik request by make dvi, make ps, and make pdf.
| [...]
|  Frederik I have automake version 1.6.3.
| 
| Sounds like you are not looking at the manual that comes with
| your version.  (The first paragraph of the manual should tell
| you which version it documents.)
| 
| make ps is new is 1.7.x

I just figured that out.  (It seemed such an obvious thing to
have that I didn't think it would be so recent.)

Thanks!

Frederik




automake buglet

2003-08-10 Thread Tom Tromey
I'm using 1.7.6a.

My Makefile.am has:

TEXINFO_TEX = ../gcc/doc/include/texinfo.tex

My configure.in has:

AC_CONFIG_AUX_DIR(..)

I expected TEXINFO_TEX to override AC_CONFIG_AUX_DIR, but it doesn't:

fleche. automake
Makefile.am:61: required file `../texinfo.tex' not found

Tom