Last change
on this file since b30c30d was
d2f119e,
checked in by Tomasz Obrebski <to@…>, 12 years ago
|
uaktualnienie gramatyki
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[5f4d9c3] | 1 | include ../config.mak |
---|
| 2 | |
---|
| 3 | .PHONY: install |
---|
| 4 | install: |
---|
| 5 | ifdef LANG_DIR |
---|
| 6 | install -d $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 7 | install -d $(LANG_DIR)/pl_PL.UTF-8 |
---|
| 8 | install -m 0644 pl_PL.ISO-8859-2/cor.bin $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 9 | install -m 0644 pl_PL.ISO-8859-2/gue.bin $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 10 | install -m 0644 pl_PL.ISO-8859-2/lem.bin $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
[3b02b04] | 11 | install -m 0644 pl_PL.ISO-8859-2/lem.fst $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 12 | install -m 0644 pl_PL.ISO-8859-2/lem.cats $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
[5f4d9c3] | 13 | install -m 0644 pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 14 | install -m 0644 pl_PL.UTF-8/lem.bin $(LANG_DIR)/pl_PL.UTF-8 |
---|
| 15 | install -m 0644 gram.dgc $(LANG_DIR) |
---|
| 16 | install -m 0644 weights.kor $(LANG_DIR) |
---|
| 17 | endif |
---|
| 18 | |
---|
| 19 | .PHONY: uninstall |
---|
| 20 | uninstall: |
---|
| 21 | ifdef LANG_DIR |
---|
| 22 | rm $(LANG_DIR)/weights.kor |
---|
[d2f119e] | 23 | rm $(LANG_DIR)/gram.* |
---|
[5f4d9c3] | 24 | rm $(LANG_DIR)/pl_PL.UTF-8/lem.bin |
---|
| 25 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym |
---|
[3b02b04] | 26 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/lem.cats |
---|
[5f4d9c3] | 27 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/lem.bin |
---|
[3b02b04] | 28 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/lem.fst |
---|
[5f4d9c3] | 29 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/gue.bin |
---|
| 30 | rm $(LANG_DIR)/pl_PL.ISO-8859-2/cor.bin |
---|
| 31 | rmdir $(LANG_DIR)/pl_PL.ISO-8859-2 |
---|
| 32 | rmdir $(LANG_DIR)/pl_PL.UTF-8 |
---|
| 33 | endif |
---|
Note: See
TracBrowser
for help on using the repository browser.