Separate format1 and format2 documentation.
The main how-to index is for format2. It refers format1 users to a subdirectory. The format2 version recommends <depend>, but does not yet mention <devel_depend> or <exec_depend>. The format1 version does not mention <depend>.
Merge pull request #443 from jack-oquin/format1
Format 1 (only) version of how-to documentation
modify catkin_prepare_release to not change the remote repo by defaul…
…t, add option --push for old behavior (fix #451)
update check in generated pkgConfig.cmake files to work independent o…
…f cmake policy CMD0012 (#452)
Add the --from-pkg option to catkin_make_isolated
This is mutually exclusive with --pkg and takes a single package which all packages leading up to it are skipped, it is built and then the process continues as normal.
Merge pull request #454 from ros/add_from_pkg
Add the --from-pkg option to catkin_make_isolated
Merge pull request #448 from ros/configure_without_tests
add options to configure without tests