Ignore:
Timestamp:
12/20/13 01:30:39 (10 years ago)
Author:
Tomasz Obrebski <obrebski@…>
Branches:
master
Children:
f924e4b
Parents:
d6a59ca
git-author:
Tomasz Obrebski <obrebski@…> (12/20/13 01:30:39)
git-committer:
Tomasz Obrebski <obrebski@…> (12/20/13 01:30:39)
Message:

Bugs in build and installation process fixed, lem.bin and gram.dgp built while compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/compdic/Makefile

    r555c7f8 rf600a02  
    2020        install -m 0755 compdic-update-cats $(BIN_DIR) 
    2121        install -m 0755 compdic-dic-to-fst $(BIN_DIR) 
     22        install -m 0755 compdic-dic-to-cats $(BIN_DIR) 
    2223        install -m 0755 compdic-fst-to-bin $(BIN_DIR) 
    2324 
     
    3536        rm $(BIN_DIR)/compdic-update-cats 
    3637        rm $(BIN_DIR)/compdic-dic-to-fst 
     38        rm $(BIN_DIR)/compdic-dic-to-cats 
    3739        rm $(BIN_DIR)/compdic-fst-to-bin 
    3840 
Note: See TracChangeset for help on using the changeset viewer.