Is there anything that prepares a package for check-in to version control? I would like a build target like $ rosmake --dist package_name that removes bin/ build/ CMakeCache.txt CMakeFiles cmake_install.cmake and sets the contents of Makefile to "include $(shell rospack find mk)/cmake.mk" Does something like this already exist?