[ros-users] rosmake --dist?

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Bill Morris
Datum:  
Aan: ros-users
Onderwerp: [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?