- 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)
- Location:
- lang
- Files:
-
- 2 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 -
lang/dist/tarball/Makefile
r9b57c4d re28a625 13 13 _TARBALL_ROOT=$(DIR)/utt-$(_UTT_VER).$(_UTT_REL) 14 14 _UTT_DIC_HOME=share/utt 15 _TAR_FILE_NAME=utt.dic.$(_UTT_VER)_$(_UTT_REL) 15 _TAR_FILE_NAME=utt.$(_UTT_VER)_$(_UTT_REL) 16 16 17 17 18 #defualt task … … 21 22 @echo Output directory for tarball: ${UTT_DIC_OUTPUT} 22 23 mkdir -p ${_TARBALL_ROOT}/${_UTT_DIC_HOME} 23 if test -n "${DIC_LANG}" -a -d ${UTT_DIC_BIN}/${DIC_LANG}; \24 if [[ -n "${DIC_LANG}" && -d ${UTT_DIC_BIN}/${DIC_LANG} ]]; \ 24 25 then \ 25 26 echo "Tworze dystrybucje ${DIC_LANG}"; \
Note: See TracChangeset
for help on using the changeset viewer.