From aa8eccead693b230bcf404912f6a9c1e2a6dbe21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Wed, 30 Sep 2015 15:09:50 +0200 Subject: [PATCH] Remove dead manual code --- Scripts/developer_scripts/create_new_release | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Scripts/developer_scripts/create_new_release b/Scripts/developer_scripts/create_new_release index 27e9e4d479c..3e757665518 100755 --- a/Scripts/developer_scripts/create_new_release +++ b/Scripts/developer_scripts/create_new_release @@ -120,10 +120,6 @@ VERSION_FILE="version_number" HTML_DIR="/u/agrion/geometrica/CGAL/Members/Releases" URL="http://cgal.inria.fr/CGAL/Members/Releases" -# CGAL manual tool -# Needed by the making of the public release -CGAL_MANUAL=cgal_manual - # SVN repository SVNCGAL="svn+ssh://scm.gforge.inria.fr/svn/cgal" @@ -303,14 +299,6 @@ if [ -n "$DO_PUBLIC" ]; then echo -n $public_release_version > VERSION 2>&1 cd .. - ## That was for the LaTeX installation documentation: - # cp -a ${SOURCES_DIR}/Installation/doc_tex . - # cp -a ${SOURCES_DIR}/Manual/doc_tex/Manual doc_tex - # pushd doc_tex - # "${CGAL_MANUAL}" -v -html installation_manual - # popd - # cp -a doc_html/* ${public_release_name}/doc_html - rm -f "${public_release_name}".tar* tar -cf "${public_release_name}.tar" "${public_release_name}" mkdir "${HTML_DIR}/${release_name}-public"