Changeset e28a625 for lang


Ignore:
Timestamp:
10/29/08 11:17:16 (16 years ago)
Author:
obrebski <obrebski@…>
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)
Message:

Ta linia i następne zostaną zignorowane--

M app/dist/files/README

uaktualnione

M app/doc/utt.texinfo

dopiski

M app/src/gue/Makefile

statyczne biblioteki

M app/src/cor/cmdline_cor.ggo

usuniecie nie dzialajacych parametrow

M app/src/cor/Makefile

statyczne biblioteki

M app/src/common/cmdline_common.ggo

?

M app/src/kor/Makefile

statyczne biblioteki

M app/src/lem/Makefile

statyczne biblioteki

M lang/dist/tarball/Makefile

pakowanie modulow jezykowych po jednym

M lang/Makefile

-"-

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@61 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

Location:
lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lang/Makefile

    ref85bd7 re28a625  
    1111export UTT_DIC_OUTPUT=${CUR_DIR} 
    1212 
     13export LANG_MODULES=pl_PL.ISO-8852-2 pl_PL.UTF-8 
    1314 
    1415# path to dictionary compiler 
     
    3233        cd dist && make tarball; cd ${CUR_DIR}; 
    3334         
     35         
     36.PHONY: dist_tarball_pl_PL.ISO-8859-2 
     37dist_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  
    1313_TARBALL_ROOT=$(DIR)/utt-$(_UTT_VER).$(_UTT_REL) 
    1414_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 
    1617 
    1718#defualt task 
     
    2122        @echo Output directory for tarball: ${UTT_DIC_OUTPUT} 
    2223        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} ]]; \ 
    2425        then \ 
    2526            echo "Tworze dystrybucje ${DIC_LANG}"; \ 
Note: See TracChangeset for help on using the changeset viewer.