Changeset c03f8a5 for share/Makefile


Ignore:
Timestamp:
01/12/15 19:08:07 (9 years ago)
Author:
Tomasz Obrebski <obrebski@…>
Branches:
master
Parents:
854bece
git-author:
Tomasz Obrebski <obrebski@…> (01/12/15 19:08:07)
git-committer:
Tomasz Obrebski <obrebski@…> (01/12/15 19:08:07)
Message:

minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • share/Makefile

    r519eaf5 rc03f8a5  
    1616 
    1717.PHONY: install 
    18 install: 
     18install: install-grammar install-dictionaries 
     19 
     20.PHONY: install-grammar 
     21install-grammar: 
     22        install -m 0644 gram.dgp $(LANG_DIR) 
     23        install -m 0644 gram.dgc $(LANG_DIR) 
     24 
     25.PHONY: install-dictionaries 
     26install-dictionaries: 
    1927ifdef LANG_DIR 
    2028        install -d $(LANG_DIR)/pl_PL.ISO-8859-2 
     
    2735        install -m 0644 pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym $(LANG_DIR)/pl_PL.ISO-8859-2 
    2836        install -m 0644 pl_PL.UTF-8/lem.bin $(LANG_DIR)/pl_PL.UTF-8 
    29         install -m 0644 gram.dgp $(LANG_DIR) 
    30         install -m 0644 gram.dgc $(LANG_DIR) 
    3137        install -m 0644 weights.kor $(LANG_DIR) 
    3238endif 
Note: See TracChangeset for help on using the changeset viewer.