Index: trunk/apertium-en-ca/en-ca-unsupervised.make =================================================================== --- trunk/apertium-en-ca/en-ca-unsupervised.make (revision 66928) +++ trunk/apertium-en-ca/en-ca-unsupervised.make (revision 66929) @@ -15,12 +15,12 @@ $(BASENAME).$(LANG1).tsx \ $(PREFIX).prob; -$(TAGGER)/$(LANG1).dic: $(BASENAME).$(LANG1).dixtmp1 $(PREFIX).automorf.bin +$(TAGGER)/$(LANG1).dic: .deps/$(LANG1).dix $(PREFIX).automorf.bin @echo "Generating $@"; @echo "This may take some time. Please, take a cup of coffee and come back later."; - apertium-validate-dictionary $(BASENAME).$(LANG1).dixtmp1 + apertium-validate-dictionary .deps/$(LANG1).dix apertium-validate-tagger $(BASENAME).$(LANG1).tsx - lt-expand $(BASENAME).$(LANG1).dixtmp1 | grep -v "__REGEXP__" | grep -v ":<:" |\ + lt-expand .deps/$(LANG1).dix | grep -v "__REGEXP__" | grep -v ":<:" |\ awk 'BEGIN{FS=":>:|:"}{print $$1 ".";}' | apertium-destxt >$(LANG1).dic.expanded @echo "." >>$(LANG1).dic.expanded @echo "?" >>$(LANG1).dic.expanded