Changeset e28a625 for lang/dist/tarball/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/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.