Skip to content

Commit

Permalink
script move
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Mar 27, 2024
1 parent 5cafee7 commit 8b981ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/fst/morphology/Makefile.modifications-local.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ generated_files/urj-Cyrl-propernouns.lexc: \

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

0 comments on commit 8b981ce

Please sign in to comment.