Skip to content

Commit

Permalink
Revert "Use scripts from GiellaLTGramTools"
Browse files Browse the repository at this point in the history
This commit was way premature
  • Loading branch information
albbas committed Feb 26, 2024
1 parent 3ccf7df commit 811a512
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,14 @@ nobase_dist_pkgdata_SCRIPTS = \
scripts/iso639-to-name.sh \
scripts/iso-639-3.txt \
scripts/lookup2cg \
scripts/make_grammarchecker_zip.py \
scripts/make-hfstspeller-version-easter-egg.sh \
scripts/make-lemmacount.json.sh \
scripts/make-maturity.json.sh \
scripts/merge-templates.sh \
scripts/morph-test.py \
scripts/gramcheck-test.py \
scripts/gramcheck_comparator.py \
scripts/new-language.sh \
scripts/patgen.exp \
scripts/predict.py \
Expand Down
2 changes: 1 addition & 1 deletion am-shared/tools-grammarcheckers-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ else !CAN_PIP
echo lxml and pip is missing so this may fail...:
endif
endif
make_grammarchecker_zip pipespec.xml $@
$(AM_V_GEN)$(GTCORE)/scripts/make_grammarchecker_zip.py pipespec.xml $@

# Additional developer tools:
dev: modes/$(GTLANG)gram.mode schemas.xml
Expand Down
2 changes: 1 addition & 1 deletion am-shared/tools-grammarcheckers-tests-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
if WANT_GRAMCHECK

# Default variable for all languages
TESTS_ENVIRONMENT = gramcheck-yaml -q -s ../$(GTLANG2).zcheck 2>/dev/null
TESTS_ENVIRONMENT = "$(GIELLA_CORE)/scripts/gramcheck-test.py" -q -s ../$(GTLANG2).zcheck 2>/dev/null

endif # WANT_GRAMCHECK

0 comments on commit 811a512

Please sign in to comment.