Ignore:
Timestamp:
05/07/08 20:30:20 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
10c74af
Parents:
a7b254c
git-author:
pawelk <pawelk@…> (05/07/08 20:30:20)
git-committer:
pawelk <pawelk@…> (05/07/08 20:30:20)
Message:

Pierwsza przymiarka do umieszczenia plikow w ~/.local/utt. Obsługa nowych opcji domyslnych. Nieskonczona dystrybucja tarball.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/dist/common/utt_make_config.pl

    r19dfa5c r6b3be72  
    2020conf_gue(catfile($usr_home, 'gue.conf'), $sys_home); 
    2121conf_lem(catfile($usr_home, 'lem.conf'), $sys_home); 
     22conf_mar(catfile($usr_home, 'mar.conf'), $sys_home); 
    2223conf_ser(catfile($usr_home, 'ser.conf'), $sys_home); 
    2324conf_dgc(catfile($usr_home, 'dgc.conf'), $sys_home); 
     
    8687  print FILE makeConfigHeader(); 
    8788  print FILE "macros=", abs_path("$utthome/lib/utt/terms.m4"), "\n"; 
     89  print FILE "tags=uam\n"; 
    8890 
    8991  close FILE; 
     
    146148} 
    147149 
     150sub conf_mar() { 
     151        my $mar_file = shift; 
     152        my $utthome = shift; 
     153  open(FILE, ">$mar_file"); 
     154 
     155  print FILE makeConfigHeader(); 
     156  print FILE "tags=uam\n"; 
     157 
     158  close FILE; 
     159} 
     160 
    148161sub conf_ser() { 
    149162        my $ser_file = shift; 
     
    154167  print FILE "macros=", abs_path("$utthome/lib/utt/terms.m4"), "\n"; 
    155168  print FILE "flex-template=", abs_path("$utthome/lib/utt/ser.l.template"), "\n"; 
     169  print FILE "tags=uam\n"; 
    156170 
    157171  close FILE; 
Note: See TracChangeset for help on using the changeset viewer.