Adapt doc and scripts to new tags and branchs names

This commit is contained in:
Laurent Rineau 2020-09-10 13:10:03 +02:00
parent 9650869e2b
commit 6db27e5db6
5 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ However, some dependencies of \cgal might still need to be installed.
Assuming that you have obtained \cgal through one of the package managers offering \cgal on your platform Assuming that you have obtained \cgal through one of the package managers offering \cgal on your platform
(see Section \ref secgettingcgal), you can download \cgal examples ( (see Section \ref secgettingcgal), you can download \cgal examples (
<a href="https://github.com/CGAL/cgal/releases/download/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">CGAL-\cgalReleaseNumber-examples.tar.xz</a>) <a href="https://github.com/CGAL/cgal/releases/download/v\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">CGAL-\cgalReleaseNumber-examples.tar.xz</a>)
and the compilation of an example is as simple as: and the compilation of an example is as simple as:
cd $HOME/CGAL-\cgalReleaseNumber/examples/Triangulation_2 # go to an example directory cd $HOME/CGAL-\cgalReleaseNumber/examples/Triangulation_2 # go to an example directory
@ -51,7 +51,7 @@ acquire these dependencies.
The examples and demos of \cgal are not included when you install \cgal with a package manager, The examples and demos of \cgal are not included when you install \cgal with a package manager,
and must be downloaded and must be downloaded
<a href="https://github.com/CGAL/cgal/releases/download/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">here</a>. <a href="https://github.com/CGAL/cgal/releases/download/v\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.tar.xz">here</a>.
\subsection secusingpkgman Using a Package Manager \subsection secusingpkgman Using a Package Manager

View File

@ -60,7 +60,7 @@ Note that \cgal is a header-only library, and there are therefore no `lib` or `d
In this section we show how to compile a program that uses \cgal. In this section we show how to compile a program that uses \cgal.
The examples you find in these User Manual pages are not downloaded when you install \cgal The examples you find in these User Manual pages are not downloaded when you install \cgal
with the Vcpkg library manager. You must download them separately from the following download page: with the Vcpkg library manager. You must download them separately from the following download page:
<a href="https://github.com/CGAL/cgal/releases/download/releases/CGAL-\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.zip">CGAL-\cgalReleaseNumber-examples.zip</a> <a href="https://github.com/CGAL/cgal/releases/download/v\cgalReleaseNumber/CGAL-\cgalReleaseNumber-examples.zip">CGAL-\cgalReleaseNumber-examples.zip</a>
Assuming you have unzipped this file in your home directory `C:\Users\Me`, Assuming you have unzipped this file in your home directory `C:\Users\Me`,
we will next compile an example from the 2D Triangulation package. we will next compile an example from the 2D Triangulation package.

View File

@ -1,7 +1,7 @@
Release History Release History
=============== ===============
[Release 5.1](https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-5.1) [Release 5.1](https://github.com/CGAL/cgal/releases/tag/v5.1)
----------- -----------
Release date: September 2020 Release date: September 2020

View File

@ -24,7 +24,7 @@ set -e # Exit the script on first error, for safety
PREVIOUS_MAJOR_RELEASE=$1 PREVIOUS_MAJOR_RELEASE=$1
CURRENT_RELEASE=$2 CURRENT_RELEASE=$2
REMOTE=`git config branch.releases/CGAL-${PREVIOUS_MAJOR_RELEASE}-branch.remote` REMOTE=`git config branch.releases/CGAL-${PREVIOUS_MAJOR_RELEASE}-branch.remote || git config branch.${PREVIOUS_MAJOR_RELEASE}.x-branch.remote`
# $REMOTE should be the "cgal" remote, but a CGAL developer may have keep the # $REMOTE should be the "cgal" remote, but a CGAL developer may have keep the
# name "origin", or set to another one. # name "origin", or set to another one.

View File

@ -13,7 +13,7 @@
// //
// These files are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // These files are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/releases/CGAL-4.1-branch/CGALimageIO/include/CGAL/ImageIO.h $ // $URL: $
// $Id: ImageIO.h 67097 2012-01-13 13:36:56Z lrineau $ // $Id: ImageIO.h 67097 2012-01-13 13:36:56Z lrineau $
// //
// SPDX-License-Identifier: LGPL-3.0-or-later // SPDX-License-Identifier: LGPL-3.0-or-later