Skip to content

Commit

Permalink
Move fst-source processing scripts inside the fst dir
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Feb 13, 2024
1 parent 09a4399 commit 5c54f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fst/morphology/Makefile.modifications-local.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ generated_files/urj-Cyrl-propernouns.lexc: \

generated_files/urj-Cyrl-$(GTLANG)-propernouns.lexc: \
generated_files/urj-Cyrl-propernouns.lexc \
$(top_srcdir)/src/scripts/urj-Cyrl-$(GTLANG)-conversion.pl
$(top_srcdir)/src/fst/scripts/urj-Cyrl-$(GTLANG)-conversion.pl
$(AM_V_GEN)rm -f $@ && \
echo "" >> $@ && \
echo "! <--- Dump from URJ-CYRL -->" >> $@ && \
echo "" >> $@ && \
$(top_srcdir)/src/scripts/urj-Cyrl-$(GTLANG)-conversion.pl $< >> $@
$(top_srcdir)/src/fst/scripts/urj-Cyrl-$(GTLANG)-conversion.pl $< >> $@
else
generated_files/urj-Cyrl-$(GLANG)-%.lexc:
$(AM_V_at)$(MKDIR_P) generated_files
Expand Down
File renamed without changes.

0 comments on commit 5c54f7b

Please sign in to comment.