Skip to content

Commit

Permalink
add java memory and path setting #205
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Jan 26, 2024
1 parent cb2e88a commit 4c8f361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@



JAVA-MEMORY =
JM := $(shell test -n "$(JAVA-MEMORY)" && echo -n "-Xmx$(JAVA-MEMORY)g")
JAVA-PATH=/usr/share/java/

PWD=$(shell pwd)
DATA-RELEASE=$(PWD)/data/release/
Expand Down Expand Up @@ -183,7 +183,7 @@ audio-release-meta-quarter-FILE:


###################
s = java $(JM) -jar /usr/share/java/saxon.jar
s = java $(JM) -jar $(JAVA-PATH)/saxon.jar
j = java $(JM) -jar /usr/share/java/jing.jar
pc = -I % $s -xi -xsl:$(PWD)/tools/copy.xsl % | $j schema/parla-clarin.rng
vrt = $j schema/ParCzech-teiCorpus.rng # Corpus root / text
Expand Down

0 comments on commit 4c8f361

Please sign in to comment.