Skip to content

Commit

Permalink
maybe fix something or other
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 2, 2024
1 parent 59a1c47 commit 95b6790
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.

GT_SPELLER_HFST=generator-desktopspeller-gt-norm.hfst
GT_SPELLER_ACCEPTOR=acceptor.default.hfst
GT_SPELLER_ACCEPTOR=.generated/acceptor.default.hfst

# Max compression for zipped files:
ZIPFLAGS=-9 $(VERBOSITY)
Expand Down Expand Up @@ -229,7 +229,6 @@ noinst_DATA+=$(GT_ERRMODELS) \
####### Easter egg version info: #######
# Easter egg content - depends also on the fst, to
# make sure the easter egg is rebuilt every time the fst is rebuilt:
$(GIELLA_DESKTOP_EASTEREGGS): \
.generated/easteregg.%.desktop.txt: $(GENDIR)
$(AM_V_GEN)$(GTCORE)/scripts/make-hfstspeller-version-easter-egg.sh \
$(GTLANG2) \
Expand Down Expand Up @@ -405,7 +404,6 @@ errmodel.%.hfst: .generated/words.%.hfst \

####### Speller acceptor: #######
# Build the automaton used for the speller
$(GT_SPELLER_ACCEPTOR): \
.generated/acceptor.%.hfst: $(GT_SPELLER_HFST) filters/remove-error-strings.hfst \
.generated/easteregg.%.desktop.hfst
$(AM_V_PROJECT)$(HFST_COMPOSE) -1 filters/remove-error-strings.hfst -2 $< -F \
Expand All @@ -427,7 +425,7 @@ $(GT_SPELLING_HFST): index.xml \
$(AM_V_at)$(MKDIR_P) build/$@
$(AM_V_at)rm -f build/$@/*
$(AM_V_at)cp index.xml build/$@/index.xml
$(AM_V_at)cp $(GT_SPELLER_ACCEPTOR) build/$@/$(GT_SPELLER_ACCEPTOR)
$(AM_V_at)cp $(GT_SPELLER_ACCEPTOR) build/$@/
$(AM_V_at)cp $(GT_ERRMODELS) build/$@/$(GT_ERRMODELS)
$(AM_V_ZIP)cd build/$@/ && $(ZIP) $(ZIPFLAGS) ../../$@ *
$(AM_V_at)$(MKDIR_P) 3
Expand Down

0 comments on commit 95b6790

Please sign in to comment.