Re: Installing (everything in) a generated directory

2004-11-25 Thread Ralf Wildenhues
* Braden McDaniel wrote on Thu, Nov 25, 2004 at 01:00:23AM CET: > I have the following Makefile.am: > > docdir = $(datadir)/doc/@[EMAIL PROTECTED]@PACKAGE_VERSION@ > > EXTRA_DIST = manual > > MAINTAINERCLEANFILES = manual/* > > html: manual > > installdirs-local: > $(mkinstalld

Re: Toplevel configure.ac / Makefile.am for optional directories

2004-11-25 Thread Alexandre Duret-Lutz
>>> "J" == J T Conklin <[EMAIL PROTECTED]> writes: [...] J> if BUILD_TAO J> SUBDIRS += TAO J> endif This means that the contents of TAO is conditionally built, but the directory itself should be unconditionally configured (TAO/Makefile is expected to be created) and unconditionally distribute

Re: Installing (everything in) a generated directory

2004-11-25 Thread Braden McDaniel
On Thu, 2004-11-25 at 09:37 +0100, Ralf Wildenhues wrote: > * Braden McDaniel wrote on Thu, Nov 25, 2004 at 01:00:23AM CET: > > I have the following Makefile.am: > > > > docdir = $(datadir)/doc/@[EMAIL PROTECTED]@PACKAGE_VERSION@ > > > > EXTRA_DIST = manual > > > > MAINTAINERCLEANFILES = m

Re: Installing (everything in) a generated directory

2004-11-25 Thread Alexandre Duret-Lutz
>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes: [...] >> > EXTRA_DIST = manual [...] >> > html: manual [...] >> > install-data-local: manual installdirs-local >> > $(INSTALL_DATA) ./manual/* $(DESTDIR)$(docdir)/manual [...] >> > manual: >> > $(DOXYGEN)

Re: execvp: /bin/bash: Argument list too long

2004-11-25 Thread Alexandre Duret-Lutz
>>> "Aaron" == Aaron W LaFramboise <[EMAIL PROTECTED]> writes: Aaron> When running 'make install' for a project that installs a very long list Aaron> of headers, I get this error: Aaron> test -z "/aaronwl/cs/awl/install/include/awl" || mkdir -p -- Aaron> "/aaronwl/cs/awl/install/include/awl"

Re: Installing (everything in) a generated directory

2004-11-25 Thread Braden McDaniel
On Thu, 2004-11-25 at 13:46 -0500, Braden McDaniel wrote: [snip] > When I add that, the docs are rebuilt and installed again after "make > uninstall" (again, as part of "make distcheck"). This fails when the > attempt is made to copy the files, as apparently _build is no longer > writable at this

Re: Installing (everything in) a generated directory

2004-11-25 Thread Braden McDaniel
On Thu, 2004-11-25 at 21:10 +0100, Alexandre Duret-Lutz wrote: > >>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes: > > [...] > >> > EXTRA_DIST = manual > [...] > >> > html: manual > [...] > >> > install-data-local: manual installdirs-local > >> > $(INSTALL_DATA) ./manua

Re: Installing (everything in) a generated directory

2004-11-25 Thread Alexandre Duret-Lutz
>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> 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