Re: installing a whole directory

2009-04-17 Thread Lorenzo Bettini
Ralf Wildenhues wrote: * Lorenzo Bettini wrote on Thu, Apr 16, 2009 at 11:30:12AM CEST: the problem is that I should list all the files manually, and I'd need to install all the files generated by doxygen... Ralf Wildenhues wrote: ## This rule requires Autoconf 2.62 or newer. install-data-l

Re: installing a whole directory

2009-04-16 Thread Ralf Wildenhues
* Lorenzo Bettini wrote on Thu, Apr 16, 2009 at 11:30:12AM CEST: > the problem is that I should list all the files manually, and I'd need > to install all the files generated by doxygen... > Ralf Wildenhues wrote: >> ## This rule requires Autoconf 2.62 or newer. >> install-data-local: >> @$

Re: installing a whole directory

2009-04-16 Thread Lorenzo Bettini
Ralf Wildenhues wrote: Hello Laura, Lorenzo, * Laura Hughes (lahughes) wrote on Tue, Apr 14, 2009 at 06:08:58PM CEST: There may be a better way to do it so I'm looking forward to hearing how others did this, but I did this by creating an install hook like this: If you are installing a list of

Re: installing a whole directory

2009-04-14 Thread Ralf Wildenhues
Hello Laura, Lorenzo, * Laura Hughes (lahughes) wrote on Tue, Apr 14, 2009 at 06:08:58PM CEST: > > There may be a better way to do it so I'm looking forward to hearing how > others did this, but I did this by creating an install hook like this: If you are installing a list of files only, then I

RE: installing a whole directory

2009-04-14 Thread Laura Hughes (lahughes)
Thanks, Laura > -Original Message- > From: automake-bounces+lahughes=cisco@gnu.org [mailto:automake- > bounces+lahughes=cisco@gnu.org] On Behalf Of Lorenzo Bettini > Sent: Tuesday, April 14, 2009 3:58 AM > To: automake@gnu.org > Subject: installing a whole directory >

installing a whole directory

2009-04-14 Thread Lorenzo Bettini
Hi I was trying to have 'make install' install a whole directory (together with all its contents) by specifying in the Makefile.am doc_DATA = html where html is a directory I get no error from automake, but during in the installation (make install) I get: /usr/bin/install -c -m 644 './ht

Re: Distributing/Installing a whole directory

2004-03-22 Thread Alexandre Duret-Lutz
>>> "Jose" == Jose Roman Bilbao <[EMAIL PROTECTED]> writes: [...] Jose> What should I add to my Makefile.am to include all Jose> this subdirectory and its contains in order to: Jose> a)Have it appearing in the distribution. It's OK to EXTRA_DIST a directory, although I wouldn't recommend thi

Distributing/Installing a whole directory

2004-03-11 Thread Jose Roman Bilbao
Hi, I have a multiple subdirs library which I am autoconfiguring. The question is: I have a subdirectory with its Makefile.am where I have got some .cc files which I build with no problem. In this directory I have got a subdirectory called html where I store the help for the executable previously