From 6ba528b7d6886e0543204d91c294100d29a8bd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Erjavec?= Date: Mon, 30 Dec 2024 16:09:49 +0100 Subject: [PATCH] Make IL default CORPORA variable (4 testing). --- Build/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/Makefile b/Build/Makefile index fe224d8fd..18f15bbfd 100644 --- a/Build/Makefile +++ b/Build/Makefile @@ -5,8 +5,8 @@ ### VARIABLES ### COMPLETE SET OF CORPORA -CORPORA=AT BA BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT RS SE SI TR UA -#CORPORA= +#CORPORA=AT BA BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT RS SE SI TR UA +CORPORA=IL # Used in targets that run only for one corpus CORPUS= @@ -23,10 +23,10 @@ SOURCES = ${HERE}/Sources-TEI SOURCES-MT = ${HERE}/Sources-CoNLLU # Version number and PID of next ParlaMint release -VERSION = 4.1 -HANDLE-TEI = http://hdl.handle.net/11356/1912 -HANDLE-ANA = http://hdl.handle.net/11356/1911 -HANDLE-MT = http://hdl.handle.net/11356/1910 +VERSION = 4.2 +HANDLE-TEI = http://hdl.handle.net/11356/XXXX +HANDLE-ANA = http://hdl.handle.net/11356/YYYY +HANDLE-MT = http://hdl.handle.net/11356/ZZZZ #Where the produced corpora are put for inspection WEB = tomaz@nl.ijs.si:/home/tomaz/www/tmp/ParlaMint