From ab534c5e6057e6f2d2488cd965105b0231ac2065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 26 Mar 2019 14:45:06 +0100 Subject: [PATCH 1/3] use relative path --- Documentation/doc/scripts/generate_how_to_cite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/scripts/generate_how_to_cite.py b/Documentation/doc/scripts/generate_how_to_cite.py index 1167b885ae0..75602d98a19 100644 --- a/Documentation/doc/scripts/generate_how_to_cite.py +++ b/Documentation/doc/scripts/generate_how_to_cite.py @@ -118,7 +118,7 @@ def gen_txt_entry(title, authors, bib, anchor,k): In %CGAL User and Reference Manual. %CGAL Editorial Board,\n\ ${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}.\n\ [ bib | \n\ -http ]\n\ +http ]\n\ \n\ \n\ \n\n\n" From 387843d94657fd0d352f67b49e791908e8ca3b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 26 Mar 2019 14:45:17 +0100 Subject: [PATCH 2/3] Ignore -Ic-XXX for the version in the doc --- Documentation/doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/CMakeLists.txt b/Documentation/doc/CMakeLists.txt index 0ecafab9f7c..1069aa996cb 100644 --- a/Documentation/doc/CMakeLists.txt +++ b/Documentation/doc/CMakeLists.txt @@ -256,7 +256,7 @@ if (NOT CGAL_CREATED_VERSION_NUM) #read version.h and get the line with CGAL_VERSION file(STRINGS "${CGAL_ROOT}/include/CGAL/version.h" CGAL_VERSION_LINE REGEX "CGAL_VERSION ") #extract release id - string(REGEX MATCH "[0-9]+\\.[0-9]+\\.?[0-9]*(-Ic-)?[0-9]*" CGAL_CREATED_VERSION_NUM "${CGAL_VERSION_LINE}") + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.?[0-9]*" CGAL_CREATED_VERSION_NUM "${CGAL_VERSION_LINE}") endif() endif() From 1b94dd4189e3f4639533f7d7639225bc19232637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 27 Mar 2019 17:12:37 +0100 Subject: [PATCH 3/3] fix the last non-relative link --- Documentation/doc/scripts/generate_how_to_cite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/scripts/generate_how_to_cite.py b/Documentation/doc/scripts/generate_how_to_cite.py index 75602d98a19..a791dc3dcb9 100644 --- a/Documentation/doc/scripts/generate_how_to_cite.py +++ b/Documentation/doc/scripts/generate_how_to_cite.py @@ -66,7 +66,7 @@ The %CGAL Project. %CGAL User and Reference Manual. %CGAL Editorial Board, ${CGAL_CREATED_VERSION_NUM} edition, ${CGAL_BUILD_YEAR4}. [ bib | -http ] +http ]