Skip to content

Commit

Permalink
fix java path #205
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Jan 26, 2024
1 parent 4c8f361 commit 51bab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ audio-release-meta-quarter-FILE:

###################
s = java $(JM) -jar $(JAVA-PATH)/saxon.jar
j = java $(JM) -jar /usr/share/java/jing.jar
j = java $(JM) -jar $(JAVA-PATH)/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
vct = $j schema/ParCzech-TEI.rng # Corpus component / text
Expand Down

0 comments on commit 51bab8c

Please sign in to comment.