Skip to content

Commit

Permalink
dir fixes in alt spellers
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 30, 2024
1 parent 95db9bc commit aa4e24f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ endif # HAVE_ALT_ORTHS
acceptor.%.hfst: \
$(GT_SPELLER_HFST) \
easteregg.%.desktop.hfst \
$(top_builddir)/src/orthography/raw-to-%.compose.hfst
$(top_builddir)/src/fst/orthography/raw-to-%.compose.hfst
$(AM_V_GEN)cat $< \
| $(HFST_COMPOSE) $(HFST_FLAGS) -F \
-2 $(top_builddir)/src/orthography/raw-to-$*.compose.hfst \
-2 $(top_builddir)/src/fst/orthography/raw-to-$*.compose.hfst \
| $(HFST_PROJECT) $(HFST_FLAGS) --project=lower \
| $(HFST_MINIMIZE_SPELLER) $(HFST_FLAGS) \
| $(HFST_DISJUNCT) - easteregg.$*.desktop.hfst \
Expand All @@ -59,10 +59,10 @@ acceptor.%.hfst: \
acceptor.%.hfst: \
$(GT_SPELLER_HFST) \
easteregg.%.desktop.hfst \
$(top_builddir)/src/orthography/$(DEFAULT_ORTH)-to-%.compose.hfst
$(top_builddir)/src/fst/orthography/$(DEFAULT_ORTH)-to-%.compose.hfst
$(AM_V_GEN)cat $< \
| $(HFST_COMPOSE) $(HFST_FLAGS) -F \
-2 $(top_builddir)/src/orthography/$(DEFAULT_ORTH)-to-$*.compose.hfst \
-2 $(top_builddir)/src/fst/orthography/$(DEFAULT_ORTH)-to-$*.compose.hfst \
| $(HFST_PROJECT) $(HFST_FLAGS) --project=lower \
| $(HFST_MINIMIZE_SPELLER) $(HFST_FLAGS) \
| $(HFST_DISJUNCT) - easteregg.$*.desktop.hfst \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ endif # HAVE_ALT_WSS
$(GT_ALT_WS_SPELLER_ACCEPTORS): \
acceptor.%.hfst: \
$(GT_SPELLER_HFST) easteregg.%.desktop.hfst \
$(top_builddir)/src/orthography/$(DEFAULT_WS)-to-%.compose.hfst
$(top_builddir)/src/fst/orthography/$(DEFAULT_WS)-to-%.compose.hfst
$(AM_V_GEN)cat $< \
| $(HFST_COMPOSE) $(HFST_FLAGS) -F \
-2 $(top_builddir)/src/orthography/$(DEFAULT_WS)-to-$*.compose.hfst \
-2 $(top_builddir)/src/fst/orthography/$(DEFAULT_WS)-to-$*.compose.hfst \
| $(HFST_PROJECT) $(HFST_FLAGS) --project=lower \
| $(HFST_MINIMIZE_SPELLER) $(HFST_FLAGS) \
| $(HFST_DISJUNCT) - easteregg.$*.desktop.hfst \
Expand Down

0 comments on commit aa4e24f

Please sign in to comment.