Skip to content

Commit

Permalink
make dist fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Mar 11, 2019
1 parent ea34c5f commit 1fa9919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(LANG1).autogen.bin: $(BASENAME).$(LANG1).dix

$(LANG1e).autogen.bin: $(BASENAME).$(LANG1).dix
apertium-validate-dictionary $<
./test-scandivoc
test ! -f ./test-scandivoc || ./test-scandivoc
lt-comp --alt $(LANG1e) rl $< $@

$(LANG1).automorf.bin: $(BASENAME).$(LANG1).dix
Expand Down Expand Up @@ -67,6 +67,7 @@ $(LANG1).syn.rlx.bin: $(BASENAME).$(LANG1).syn.rlx $(CGCOMP)
## Distribution
###############################################################################
EXTRA_DIST=$(BASENAME).$(LANG1).dix \
$(BASENAME).post-$(LANG1).dix \
$(BASENAME).$(LANG1).rlx \
$(BASENAME).$(LANG1).syn.rlx \
$(LANG1).prob \
Expand Down

0 comments on commit 1fa9919

Please sign in to comment.