cgal/Packages/Intersections_2/prepare_submit

25 lines
217 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 "" src include