Skip to content

Commit

Permalink
correcció postgeneració
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriera committed Jul 19, 2024
1 parent 5f2b28b commit a3ed46b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ TARGETS_COMMON = \
$(PREFIX1U).biprefs.rlx.bin \
$(PREFIX1).autogen.bin \
$(PREFIX1).autopgen.bin \
$(PREFIX1V).autopgen.bin \
$(PREFIX1G).autopgen.bin \
$(PREFIX1U).autopgen.bin \
$(PREFIX2).automorf.bin \
$(PREFIX2).prob \
$(PREFIX2).autobil.bin \
Expand Down Expand Up @@ -104,6 +107,15 @@ $(PREFIX1).autogen.bin: $(AP_SRC2)/$(LANG2).autogen.bin
$(PREFIX1).autopgen.bin: $(AP_SRC2)/$(LANG2).autopgen.bin
cp $< $@

$(PREFIX1V).autopgen.bin: $(AP_SRC2)/$(LANG2V).autopgen.bin
cp $< $@

$(PREFIX1G).autopgen.bin: $(AP_SRC2)/$(LANG2G).autopgen.bin
cp $< $@

$(PREFIX1U).autopgen.bin: $(AP_SRC2)/$(LANG2U).autopgen.bin
cp $< $@

###############################################################################
## Variant preferences
###############################################################################
Expand Down
10 changes: 5 additions & 5 deletions modes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<file name="spa-cat.prefs.rlx.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-cat.autopgen.bin"/>
<file name="spa-cat_valencia.autopgen.bin"/>
</program>
</pipeline>
</mode>
Expand Down Expand Up @@ -177,7 +177,7 @@
<file name="spa-cat.prefs.rlx.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-cat.autopgen.bin"/>
<file name="spa-cat_valencia_gva.autopgen.bin"/>
</program>
</pipeline>
</mode>
Expand Down Expand Up @@ -227,7 +227,7 @@
<file name="spa-cat.prefs.rlx.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-cat.autopgen.bin"/>
<file name="spa-cat_valencia_gva.autopgen.bin"/>
</program>
</pipeline>
</mode>
Expand Down Expand Up @@ -274,7 +274,7 @@
<file name="spa-cat.prefs.rlx.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-cat.autopgen.bin"/>
<file name="spa-cat_valencia_uni.autopgen.bin"/>
</program>
</pipeline>
</mode>
Expand Down Expand Up @@ -324,7 +324,7 @@
<file name="spa-cat.prefs.rlx.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-cat.autopgen.bin"/>
<file name="spa-cat_valencia_uni.autopgen.bin"/>
</program>
</pipeline>
</mode>
Expand Down

0 comments on commit a3ed46b

Please sign in to comment.