Skip to content

Commit

Permalink
Start using gtgramtool instead of scripts from giella-core
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Apr 4, 2024
1 parent 0968b57 commit 3a5f42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 $@
gtgramtool build-archive 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 = gtgramtool test -q -s ../$(GTLANG2).zcheck yaml 2>/dev/null

endif # WANT_GRAMCHECK

0 comments on commit 3a5f42f

Please sign in to comment.