Update the script for CGAL-4.5

This commit is contained in:
Laurent Rineau 2014-10-31 16:59:25 +01:00
parent 15bfc64808
commit 20161acafd
1 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,13 @@ pushd Linear_cell_complex_Demo; zip ../linear_cell_complex_3.zip *;
# CGAL-4.2 but was forgot -> published with 4.3
pushd Arrangement_on_surface_2_Demo; zip ../arrangements_2.zip *; popd
# CGAL-4.5
pushd Periodic_2_triangulation_2_Demo; zip ../Periodic_2_Delaunay_triangulation_2.zip *;
popd
# probably an error, in CGAL-4.5:
rm -rf Surface_modeling_Demo
# check
echo CHECK now
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done