Re: Treat pdf, html like info

2008-11-07 Thread Peter Johansson
Hi Stefan, Stefan Bienert wrote: Hi there, is there an easy way to traet pdf, html in the same way info targets are treated? I would like to have `make all` producing info, pdf and html docs from texinfo sources. If you wanna extend 'all', use 'all-local' such as all-local: pdf html http:/

Re: Avoiding multiple identical -.o files

2008-11-07 Thread Warren Young
chadhogg wrote: Is there a way I can get automake to recognize that it does not need more than one copy of a .o file for a given set of compiler options? It might do what you want if you build these common sources into two convenience libraries -- look that term up in the docs -- and change t

Treat pdf, html like info

2008-11-07 Thread Stefan Bienert
Hi there, is there an easy way to traet pdf, html in the same way info targets are treated? I would like to have `make all` producing info, pdf and html docs from texinfo sources. Also installation of all three targets should happen on `make install`. greetings, Stefan

Avoiding multiple identical -.o files

2008-11-07 Thread chadhogg
I have just started using autotools for a project, and I am having trouble with one detail. I have about a dozen different programs to build, which share most of the same sources. Half of them need to have certain compiler options set, and the other half different options. The only way I have s