This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Distributing/Installing a whole directory
- From: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>
- To: Jose Roman Bilbao <jrbcast at dali dot ace dot ual dot es>
- Cc: automake at gnu dot org
- Date: Mon, 22 Mar 2004 21:43:23 +0100
- Subject: Re: Distributing/Installing a whole directory
- References: <1078833227.15832.3.camel@gris.ace.ual.es>
>>> "Jose" == Jose Roman Bilbao <jrbcast@dali.ace.ual.es> 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
this for manually updated files.
Jose> b) When I do make install have it entirely copied to
Jose> $(prefix)/help/the_directory_I_am_questioning_about/html
This is PR/383. You have to write a install-data-local rule
until someone implements this.
[...]
--
Alexandre Duret-Lutz