Skip to content

Commit

Permalink
Fix filename in nfc/cfd variable defs
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Nov 20, 2023
1 parent 09ded13 commit d04fe01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions am-shared/src-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ endif # " DEFAULT_CASE_HANDLING

GLT_NFDNFC_FILTER=orthography/spellrelax-nfd2nfc.compose.%
GLT_NFDNFC_FILTER_XFST=orthography/spellrelax-nfd2nfc.compose.xfst
GLT_NFDNFC_COMPOSE=.o. @\"orthography/spellrelax-nfd2nfc.compose.compose.$*\"
GLT_NFDNFC_COMPOSE_XFST=.o. @\"orthography/spellrelax-nfd2nfc.compose.compose.xfst\"
GLT_NFDNFC_COMPOSE_DEF=.o. @\"orthography/spellrelax-nfd2nfc.compose.compose.$$*\"
GLT_NFDNFC_COMPOSE=.o. @\"orthography/spellrelax-nfd2nfc.compose.$*\"
GLT_NFDNFC_COMPOSE_XFST=.o. @\"orthography/spellrelax-nfd2nfc.compose.xfst\"
GLT_NFDNFC_COMPOSE_DEF=.o. @\"orthography/spellrelax-nfd2nfc.compose.$$*\"

# " Reset syntax colouring

GLT_NFCNFD_FILTER=orthography/spellrelax-nfc2nfd.compose.%
GLT_NFCNFD_FILTER_XFST=orthography/spellrelax-nfc2nfd.compose.compose.xfst
GLT_NFCNFD_COMPOSE=.o. @\"orthography/spellrelax-nfc2nfd.compose.compose.$*\"
GLT_NFCNFD_COMPOSE_XFST=.o. @\"orthography/spellrelax-nfc2nfd.compose.compose.xfst\"
GLT_NFCNFD_COMPOSE_DEF=.o. @\"orthography/spellrelax-nfc2nfd.compose.compose.$$*\"
GLT_NFCNFD_FILTER_XFST=orthography/spellrelax-nfc2nfd.compose.xfst
GLT_NFCNFD_COMPOSE=.o. @\"orthography/spellrelax-nfc2nfd.compose.$*\"
GLT_NFCNFD_COMPOSE_XFST=.o. @\"orthography/spellrelax-nfc2nfd.compose.xfst\"
GLT_NFCNFD_COMPOSE_DEF=.o. @\"orthography/spellrelax-nfc2nfd.compose.$$*\"

# " Reset syntax colouring

Expand Down

0 comments on commit d04fe01

Please sign in to comment.