Changeset adb4c8d for app/Makefile


Ignore:
Timestamp:
05/08/08 11:48:30 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
0e3df7e
Parents:
d33e555
git-author:
pawelk <pawelk@…> (05/08/08 11:48:30)
git-committer:
pawelk <pawelk@…> (05/08/08 11:48:30)
Message:

Przygotowana dystrybujca tarball. Czesciowo przetestowane.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Makefile

    r10c74af radb4c8d  
    1919export UTT_CONF_DIR=${UTT_DIR}/etc/utt 
    2020# language/encoding specific stuff 
     21# any extra files for some programs, like: weights.kor, cats.dgc, gram.dgc, etc. 
    2122export UTT_LANG_DIR=${UTT_DIR}/share/utt 
    2223# some files like ser.l.template, terms.m4 
     
    2930# list of components to be included in the distribution 
    3031COMPONENTS = compiledic cor dgp fla gph grp gue kon kor kot lem mar rm12 rs12 sen-l sen-nl ser tags tok.l unfla 
    31 # gue nie dziala! 
    3232 
    3333############################## 
     
    8888# ------------------------------------------------------------------ 
    8989.PHONY: build 
    90 build: compile build_conf build_lib build_doc 
     90build: compile build_conf build_share build_lib build_doc 
    9191        @echo "All files builded successfully!" 
    9292 
     
    103103        cd $(CUR_DIR)/doc && make && make copy; cd $(CUR_DIR) 
    104104 
     105.PHONY: build_share 
     106build_share: 
     107        cp $(CUR_DIR)/share/* $(UTT_LANG_DIR)/ 
    105108 
    106109 
Note: See TracChangeset for help on using the changeset viewer.