This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Distributing/Installing a whole directory


>>> "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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]