mirror of https://github.com/CGAL/cgal
Follow-up to the switch to Doxygen. Remove references to doc_tex
This commit is contained in:
parent
cdd0756884
commit
7e840c8ec9
|
|
@ -69,7 +69,7 @@ licensecheck -r * -c $CHECK_PATTERN | grep -Ev ': L?GPL \(v3 or later\)' | \
|
||||||
echo Note that files in the following directories are ignored:
|
echo Note that files in the following directories are ignored:
|
||||||
echo include/CGAL/CORE, include/CGAL/OpenNL,
|
echo include/CGAL/CORE, include/CGAL/OpenNL,
|
||||||
echo src/CGAL_Core, src/CGAL_ImageIO, config/support,
|
echo src/CGAL_Core, src/CGAL_ImageIO, config/support,
|
||||||
echo test, Packages, developer_scripts, doc_tex, winutils
|
echo test, Packages, developer_scripts, doc, winutils
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Results including examples and demo:
|
echo Results including examples and demo:
|
||||||
|
|
|
||||||
|
|
@ -656,7 +656,7 @@ sub main(){
|
||||||
CreateDemoTestDirs();
|
CreateDemoTestDirs();
|
||||||
CreateExampleTestDirs();
|
CreateExampleTestDirs();
|
||||||
create_version_file();
|
create_version_file();
|
||||||
create_version_tex_file();
|
#create_version_tex_file();
|
||||||
#make_testscripts();
|
#make_testscripts();
|
||||||
make_testscripts_for_cmake();
|
make_testscripts_for_cmake();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -352,7 +352,8 @@ rm -rf ${release_name}
|
||||||
rm ${release_name}.tar.gz
|
rm ${release_name}.tar.gz
|
||||||
if [ -n "$DO_PUBLIC" ]; then
|
if [ -n "$DO_PUBLIC" ]; then
|
||||||
rm -rf ${public_release_name}-NSIS
|
rm -rf ${public_release_name}-NSIS
|
||||||
rm -rf doc_tex
|
rm -rf doc
|
||||||
|
# rm -rf doc_tex
|
||||||
rm -rf doc_html
|
rm -rf doc_html
|
||||||
rm ${public_release_name}.tar.gz ${public_release_name}.zip
|
rm ${public_release_name}.tar.gz ${public_release_name}.zip
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue