mirror of https://github.com/CGAL/cgal
Rename Packages to package_info
This commit is contained in:
parent
d7e0c78be0
commit
a467612e9a
|
|
@ -179,7 +179,7 @@ if [ "$DO_PUBLIC" ]; then
|
|||
mv ${release_name} $public_release_name
|
||||
|
||||
cd ${public_release_name}
|
||||
rm -rf test Packages developer_scripts doc_tex winutils
|
||||
rm -rf test package_info developer_scripts doc_tex winutils
|
||||
rm -f examples/*/cgal_test demo/*/cgal_test
|
||||
sed -i -e "s/define CGAL_VERSION .*/define CGAL_VERSION $public_release_version/" -e "s/define CGAL_VERSION_NR .*/define CGAL_VERSION_NR $public_release_number/" include/CGAL/version.h
|
||||
echo -n $public_release_version > VERSION 2>&1
|
||||
|
|
|
|||
Loading…
Reference in New Issue