From 9bc4f3ade0a265d199d6dc2caa1205fdfb085926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:57:08 +0200 Subject: [PATCH 1/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5523859..6156167 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DOCNAME = PulsarRadioDataAccess # count up; you probably do not want to bother with versions <1.0 -DOCVERSION = 1.0 +DOCVERSION = 1.2 # Publication date, ISO format; update manually for "releases" DOCDATE = 2022-10-03 From 2be9b882a29359b7e77f070838cf477d7b86471e Mon Sep 17 00:00:00 2001 From: BONNAREL FRANCOIS Date: Fri, 26 Jan 2024 16:07:36 +0100 Subject: [PATCH 2/3] suppress old ivoa --- ivoatex | 1 - 1 file changed, 1 deletion(-) delete mode 160000 ivoatex diff --git a/ivoatex b/ivoatex deleted file mode 160000 index ff71647..0000000 --- a/ivoatex +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ff71647997f3590bebbc024b9b92434426b5e07d From e9ccbefd62491ee82e14726d1c2c0a07f9411121 Mon Sep 17 00:00:00 2001 From: BONNAREL FRANCOIS Date: Fri, 26 Jan 2024 16:16:33 +0100 Subject: [PATCH 3/3] renew ivoatex submodule --- .gitmodules | 3 +++ ivoatex | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 ivoatex diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d9ebdc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ivoatex"] + path = ivoatex + url = https://github.com/ivoa-std/ivoatex.git diff --git a/ivoatex b/ivoatex new file mode 160000 index 0000000..4cb591c --- /dev/null +++ b/ivoatex @@ -0,0 +1 @@ +Subproject commit 4cb591cb784bd06378b537cff05a02e658aad143