Skip to content

Commit 14deb5c

Browse files
committed
Make the xml pipespec file VPATH safe, should fix build failing in CI
1 parent 9766a89 commit 14deb5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/grammarcheckers/pipespec.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@
7272
language="@GLANG2@"
7373
type="Grammar error, dev version">
7474
<tokenize><tokenizer n="tokeniser-gramcheck-gt-desc.pmhfst"/></tokenize>
75-
<cg><grammar n="mwe-dis.cg3"/></cg>
75+
<cg><grammar n="@srcdir@/../tokenisers/mwe-dis.cg3"/></cg>
7676
<mwesplit/>
7777
<cgspell>
7878
<lexicon n="acceptor.default.hfst"/>
7979
<errmodel n="errmodel.default.hfst"/>
8080
</cgspell>
81-
<cg><grammar n="disambiguator.cg3"/></cg>
82-
<cg><grammar n="spellchecker.cg3"/></cg>
83-
<cg><grammar n="grammarchecker.cg3"/></cg>
81+
<cg><grammar n="@srcdir@/../../src/cg3/disambiguator.cg3"/></cg>
82+
<cg><grammar n="@srcdir@/spellchecker.cg3"/></cg>
83+
<cg><grammar n="@srcdir@/grammarchecker.cg3"/></cg>
8484
<suggest>
8585
<generator n="generator-gramcheck-gt-norm.hfstol"/>
8686
<messages n="errors.xml"/>

0 commit comments

Comments
 (0)