Changeset e28a625 for lang/Makefile
- Timestamp:
- 10/29/08 11:17:16 (16 years ago)
- Branches:
- master, help
- Children:
- 91ed676
- Parents:
- 261bf62
- git-author:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- git-committer:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lang/Makefile
ref85bd7 re28a625 11 11 export UTT_DIC_OUTPUT=${CUR_DIR} 12 12 13 export LANG_MODULES=pl_PL.ISO-8852-2 pl_PL.UTF-8 13 14 14 15 # path to dictionary compiler … … 32 33 cd dist && make tarball; cd ${CUR_DIR}; 33 34 35 36 .PHONY: dist_tarball_pl_PL.ISO-8859-2 37 dist_tarball: 38 export DIC_LANG=pl_PL.ISO-8859-2 && \ 39 cd dist && make tarball; cd ${CUR_DIR}; 40
Note: See TracChangeset
for help on using the changeset viewer.