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
* 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:
>> @$
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
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
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
>
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
>>> "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
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