On Mon, Dec 30, 2013 at 10:12 AM, Shaun Edwards <shaun.edwards@gmail.com> wrote:
All,

I'm in the process of doing my first catkin/bloom release and I have a question about whether install targets are required.  It looks like the install target in CMakeList can be used to install things like launch files.  Is this required for a debian release (does the debain build process utilize make install)?
 
Shaun: you have to explicitly install almost everything you want included in your Debian package. For launch files, do it like this:

 http://docs.ros.org/api/catkin/html/howto/installing_other.html
--
 joq