cgal/Packages/Intersections_3/prepare_submit

27 lines
219 B
Bash
Executable File

#!/bin/sh
if [ ! -d include ]
then
mkdir include
mkdir include/CGAL
fi
if [ ! -d src ]
then
mkdir src
fi
cd web
if [ ! -d lis ]
then
mkdir lis
fi
make xsrcs
cd ..
cvs -q commit -m "" include src