Skip to content

Commit

Permalink
Make the tts disamb cg3 file dependent on a semsets.cg3 file
Browse files Browse the repository at this point in the history
If it exists. This is to ensure that the semsets.cg3 file is copied to the tts dir before the disamb file is compiled.

Just a safeguard.
  • Loading branch information
snomos committed Jun 25, 2024
1 parent 783969b commit 6f32082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion am-shared/tools-tts-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $(GIELLA_ANL_SEMSETS_SRC): $(top_srcdir)/src/cg3/$(GIELLA_ANL_SEMSETS_SRC)

# Disambiguator:
$(GIELLA_ANL_DISAMBIGUATOR_SRC): \
%.cg3: $(top_srcdir)/src/cg3/%.cg3
%.cg3: $(top_srcdir)/src/cg3/%.cg3 $(GIELLA_ANL_SEMSETS_SRC)
$(AM_V_CP)cp -f $< $@

# Finally build the .zglt file:
Expand Down

0 comments on commit 6f32082

Please sign in to comment.