[ros-users] rosmake --dist?

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Bill Morris
Dato:  
Til: ros-users
Emne: [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?