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:/
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
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
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