Follow-up to the switch to Doxygen. Remove references to doc_tex

This commit is contained in:
Laurent Rineau 2013-08-21 12:21:33 +02:00
parent cdd0756884
commit 7e840c8ec9
3 changed files with 4 additions and 3 deletions

View File

@ -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 include/CGAL/CORE, include/CGAL/OpenNL,
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 Results including examples and demo:

View File

@ -656,7 +656,7 @@ sub main(){
CreateDemoTestDirs();
CreateExampleTestDirs();
create_version_file();
create_version_tex_file();
#create_version_tex_file();
#make_testscripts();
make_testscripts_for_cmake();

View File

@ -352,7 +352,8 @@ rm -rf ${release_name}
rm ${release_name}.tar.gz
if [ -n "$DO_PUBLIC" ]; then
rm -rf ${public_release_name}-NSIS
rm -rf doc_tex
rm -rf doc
# rm -rf doc_tex
rm -rf doc_html
rm ${public_release_name}.tar.gz ${public_release_name}.zip
fi