mirror of https://github.com/CGAL/cgal
Update the script for CGAL-4.5
This commit is contained in:
parent
15bfc64808
commit
20161acafd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue