Skip to content

Commit

Permalink
deploy: c3ed2f9
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Oct 8, 2024
1 parent cdab338 commit f255b2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ clean-local:
devtest: devtest-recursive

devtest-recursive:
-for subdir in $(SUBDIRS); do \
@-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1075,7 +1075,7 @@ 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) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
Expand Down
6 changes: 6 additions & 0 deletions myv.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,7 @@ Other verb forms are
* +Err/Orth-stem-ja-should-be-je0 * лемдемс+V:лемдя
* +Err/Orth-stem-je-should-be-ja * мелямс:меле
* +Err/Orth-stem-je-should-be-je0 * чудемс+V:чуде чуд|емс (->)чуде|мс
* +Err/Orth-je-for-jo * should be ё
* +Err/Orth-vowel-stem-je * пачтякшномс:пачтекшне
* +Err/Orth-stem-soft-should-be-0 * кирпець:кирпецьтне
* +Err/Orth-stem-nodent-hard-should-be-tnje * потоктнэсэ
Expand Down Expand Up @@ -2345,6 +2346,11 @@ especially for acronyms 2012-11-04
* @D.HYPH-COMBO.ACRO@
* @C.HYPH-COMBO@

This disallows secondary compounding
* @U.COMPOUND.YES@
* @D.COMPOUND.YES@
* @U.COMPOUND.NO@

Linking vowel for use with Translative
* @P.LV.ON@
* @P.LV.OFF@
Expand Down
6 changes: 6 additions & 0 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Other verb forms are
* +Err/Orth-stem-ja-should-be-je0 * лемдемс+V:лемдя
* +Err/Orth-stem-je-should-be-ja * мелямс:меле
* +Err/Orth-stem-je-should-be-je0 * чудемс+V:чуде чуд|емс (->)чуде|мс
* +Err/Orth-je-for-jo * should be ё
* +Err/Orth-vowel-stem-je * пачтякшномс:пачтекшне
* +Err/Orth-stem-soft-should-be-0 * кирпець:кирпецьтне
* +Err/Orth-stem-nodent-hard-should-be-tnje * потоктнэсэ
Expand Down Expand Up @@ -1057,6 +1058,11 @@ especially for acronyms 2012-11-04
* @D.HYPH-COMBO.ACRO@
* @C.HYPH-COMBO@

This disallows secondary compounding
* @U.COMPOUND.YES@
* @D.COMPOUND.YES@
* @U.COMPOUND.NO@

Linking vowel for use with Translative
* @P.LV.ON@
* @P.LV.OFF@
Expand Down

0 comments on commit f255b2f

Please sign in to comment.