Changeset e28a625 for lang/Makefile


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

File:
1 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         
Note: See TracChangeset for help on using the changeset viewer.