Changeset c03f8a5 for share/Makefile
- Timestamp:
- 01/12/15 19:08:07 (10 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
share/Makefile
r519eaf5 rc03f8a5 16 16 17 17 .PHONY: install 18 install: 18 install: install-grammar install-dictionaries 19 20 .PHONY: install-grammar 21 install-grammar: 22 install -m 0644 gram.dgp $(LANG_DIR) 23 install -m 0644 gram.dgc $(LANG_DIR) 24 25 .PHONY: install-dictionaries 26 install-dictionaries: 19 27 ifdef LANG_DIR 20 28 install -d $(LANG_DIR)/pl_PL.ISO-8859-2 … … 27 35 install -m 0644 pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym $(LANG_DIR)/pl_PL.ISO-8859-2 28 36 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)31 37 install -m 0644 weights.kor $(LANG_DIR) 32 38 endif
Note: See TracChangeset
for help on using the changeset viewer.