[ros-users] rosmake --dist?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Bill Morris
Date:  
To: ros-users
Subject: [ros-users] rosmake --dist?
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?