From ed2cd415f3a9e0daaadce7654c7b9b03bafe2bbb Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Wed, 24 Jan 2024 22:57:36 +0100 Subject: [PATCH] few missing orth make rules --- src/fst/orthography/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fst/orthography/Makefile.am b/src/fst/orthography/Makefile.am index ff46a78a9..b8697c80b 100644 --- a/src/fst/orthography/Makefile.am +++ b/src/fst/orthography/Makefile.am @@ -10,11 +10,16 @@ GT_ORTHOGRAPHIC_REGEX_SRCS=\ inituppercase.regex \ spellrelax.regex \ spellrelax-mobile-keyboard.regex \ + spellrelax.Cans.regex \ + spellrelax.macron.regex \ + circumfl-to-macron.regex \ spellrelax-tags.regex GT_ORTHOGRAPHIC_XFSCRIPT_SRCS=\ allcaps.xfscript \ downcase-derived_proper-strings.xfscript \ + Latn-to-Cans.xfscript \ + Cans-to-Latn.xfscript \ spellrelax-with-tags.xfscript # Add extra targets here: