Prepare the demos of LCC

This commit is contained in:
Laurent Rineau 2012-01-25 11:16:22 +00:00
parent 7177fa5a63
commit ada0f3d64c
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ pushd L1_Voronoi_diagram_2_Demo; zip ../l1_voronoi_diagram_2.zip *;
pushd Snap_rounding_2_Demo; zip ../snap_rounding_2.zip *; popd
pushd Spatial_searching_2_Demo; zip ../spatial_searching.zip *; popd
# CGAL-4.0
pushd Linear_cell_complex_Demo; zip ../linear_cell_complex_3.zip *; popd
# check
echo CHECK now
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done