Skip to content

Commit

Permalink
deploy: a32aa5f
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Jun 29, 2024
1 parent 4bedac5 commit e05593d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1059,10 +1059,12 @@ clean-local:

# vim: set ft=automake:

.PHONY: devtest devtest-recursive devtest-local

devtest: devtest-recursive

devtest-recursive:
@for subdir in $(SUBDIRS); do \
-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1072,12 +1074,12 @@ devtest-recursive:
$(MAKE) $(AM_FLAGS) devtest-local

devtest-local:
@for t in $(TESTS) ; do \
-for t in $(TESTS) ; do \
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) "./$$t" ;\
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
else \
srcdir=$(srcdir) "$(srcdir)/$$t" ;\
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "$(srcdir)/$$t" ;\
fi ;\
done

Expand Down
2 changes: 2 additions & 0 deletions kpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,8 @@ Special symbols are classified with:
* **+Use/-PMatch** Do not include in fst's made for hfst-pmatch
* **+Use/NG** This is used for minimizing excess generation in apertium kpv-koi

* +URL * For tagging URLs

#### Dialect features
* **+Dial/л**
* **+Dial/в**
Expand Down
2 changes: 2 additions & 0 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ Special symbols are classified with:
* **+Use/-PMatch** Do not include in fst's made for hfst-pmatch
* **+Use/NG** This is used for minimizing excess generation in apertium kpv-koi

* +URL * For tagging URLs

#### Dialect features
* **+Dial/л**
* **+Dial/в**
Expand Down

0 comments on commit e05593d

Please sign in to comment.