automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing (everything in) a generated directory


From: Alexandre Duret-Lutz
Subject: Re: Installing (everything in) a generated directory
Date: Fri, 26 Nov 2004 08:49:52 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Braden" == Braden McDaniel <address@hidden> writes:

[...]

 Braden> html: manual/index.html

(This should be html-local, BTW; try running automake -Wall.)

[...]

 Braden> ... then I run into problems in "make install":

 Braden> Making install in doc
 Braden> make[2]: Entering directory 
`/home/braden/src/openvrml/openvrml/BUILD/openvrml-0.14.99/_build/doc'
 Braden> make[3]: Entering directory 
`/home/braden/src/openvrml/openvrml/BUILD/openvrml-0.14.99/_build/doc'
 Braden> make[3]: Nothing to be done for `install-exec-am'.
 Braden> /usr/bin/doxygen

There is something wrong in your dependencies if make attempts
to rebuild the documentation even when it already exists.
Perhaps Doxyfile is a non-distributed build file?  See the
distcleancheck node of the manual for some discussion about
this kind of dependency and a possible workaround.

[...]

 Braden> Again, using dist-hook to copy the files instead of listing "manual" in
 Braden> EXTRA_DIST circumvents this problem.

Hiding the bug instead of fixing it?  (It's a bug if the
documentation you distribute is always rebuilt when a user
attempt a VPATH build.  There is no point in distributing
the doc if users have to rebuild it anyway.)
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]