From 7e840c8ec96e9c288309d58ebc6c63baec92d047 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 21 Aug 2013 12:21:33 +0200 Subject: [PATCH] Follow-up to the switch to Doxygen. Remove references to doc_tex --- Scripts/developer_scripts/check_licenses | 2 +- Scripts/developer_scripts/create_internal_release | 2 +- Scripts/developer_scripts/create_new_release | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Scripts/developer_scripts/check_licenses b/Scripts/developer_scripts/check_licenses index afe82dabcdf..55a0046fa57 100755 --- a/Scripts/developer_scripts/check_licenses +++ b/Scripts/developer_scripts/check_licenses @@ -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: diff --git a/Scripts/developer_scripts/create_internal_release b/Scripts/developer_scripts/create_internal_release index 47f65e5af64..825ba4dd048 100755 --- a/Scripts/developer_scripts/create_internal_release +++ b/Scripts/developer_scripts/create_internal_release @@ -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(); diff --git a/Scripts/developer_scripts/create_new_release b/Scripts/developer_scripts/create_new_release index dabb4edffad..d160c16364e 100755 --- a/Scripts/developer_scripts/create_new_release +++ b/Scripts/developer_scripts/create_new_release @@ -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