Re: Conditional install of files and warning in make dist

2005-02-09 Thread Bill Moseley
On Wed, Feb 09, 2005 at 08:59:27AM +0100, Stepan Kasal wrote: > Hi, > > On Tue, Feb 08, 2005 at 01:51:02PM -0800, Bill Moseley wrote: > > make[1]: *** No rule to make target `api.html', needed by `all-am'. Stop. > > so write the rule, so it works at your machine. That's what I used to have.

Re: Conditional install of files and warning in make dist

2005-02-09 Thread Stepan Kasal
Hi, On Tue, Feb 08, 2005 at 01:51:02PM -0800, Bill Moseley wrote: > make[1]: *** No rule to make target `api.html', needed by `all-am'. Stop. so write the rule, so it works at your machine. > AM_CONDITIONAL(BUILDDOCS, ... > > But it would be nice if the existence of the html docs could be

Conditional install of files and warning in make dist

2005-02-08 Thread Bill Moseley
I've got a project that includes docs in perldoc format. Those .pod files are in cvs with the project. We also generate an html version of the docs, but those html files are not part of the project in cvs. There's external tools to generate the html docs. The idea is before we roll a tarball w