Skip to content

Commit

Permalink
remove xmllint dependency #229
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed May 20, 2022
1 parent abc5b73 commit 26a991b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ listlink = -xsl:Scripts/list-links.xsl
listrole = -xsl:Scripts/list-affiliation-org-role-pairs.xsl
listattr = -xsl:Scripts/list-element-attribute.xsl
vcontent = -xsl:Scripts/validate-parlamint.xsl
getincludes = -I % xmllint --xpath '//*[local-name()="include"]/@href' % |sed 's/^ *href="//;s/"//'
getincludes = -I % java -cp /usr/share/java/saxon.jar net.sf.saxon.Query -xi:off \!method=adaptive -qs:'//*[local-name()="include"]/@href' -s:% |sed 's/^ *href="//;s/"//'
pc = $j Schema/parla-clarin.rng # Validate with Parla-CLARIN schema
vrt = $j Schema/ParlaMint-teiCorpus.rng # Corpus root / text
vct = $j Schema/ParlaMint-TEI.rng # Corpus component / text
Expand Down

0 comments on commit 26a991b

Please sign in to comment.