Remove building of doc_pdf/Installation.pdf in the public

versions of the releases.  Updates some files mentioning it.
This commit is contained in:
Sylvain Pion
2006-07-06 07:43:40 +00:00
parent 3532c4856c
commit b28e8a422d
4 changed files with 15 additions and 26 deletions
+11 -8
View File
@@ -126,16 +126,19 @@ public_release_number="1${major_nr}${minor_nr}${bugfix_nr}1000"
public_release_version="${MAJOR_NUMBER}.${MINOR_NUMBER}${BUGFIX_STRING}"
public_release_name="CGAL-${public_release_version}"
mv ${release_name} $public_release_name >> ${LOGFILE} 2>&1
# Build the Installation.pdf
cd ${public_release_name}/doc_tex >> ${LOGFILE} 2>&1
mv version.tex version.tex.old >> ${LOGFILE} 2>&1
sed -e "s/.*cgalversion{.*/\\\gdef\\\cgalversion\{${public_release_name}\}/" version.tex.old > version.tex 2>> ${LOGFILE}
export TEXINPUTS
TEXINPUTS=$TEXINPUTS:../../${SOURCES_DIR}/Manual_tools/sty:
../developer_scripts/cgal_manual -pdf Installation >> ${LOGFILE} 2>&1
cat Installation.pdflg >> ${LOGFILE} 2>&1
cd ..
# cd ${public_release_name}/doc_tex >> ${LOGFILE} 2>&1
# mv version.tex version.tex.old >> ${LOGFILE} 2>&1
# sed -e "s/.*cgalversion{.*/\\\gdef\\\cgalversion\{${public_release_name}\}/" version.tex.old > version.tex 2>> ${LOGFILE}
# export TEXINPUTS
# TEXINPUTS=$TEXINPUTS:../../${SOURCES_DIR}/Manual_tools/sty:
# ../developer_scripts/cgal_manual -pdf Installation >> ${LOGFILE} 2>&1
# cat Installation.pdflg >> ${LOGFILE} 2>&1
# cd ..
# End of build of Installation.pdf
cd ${public_release_name} >> ${LOGFILE} 2>&1
rm -rf test Packages developer_scripts doc_tex winutils >> ${LOGFILE} 2>&1
rm -f examples/*/cgal_test demo/*/cgal_test >> ${LOGFILE} 2>&1
mv include/CGAL/version.h include/CGAL/version.h.internal >> ${LOGFILE} 2>&1