Changeset 6b3be72 for app/src/dgp


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

Location:
app/src/dgp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/canonize

    r0214596 r6b3be72  
    66#author:        Tomasz Obrebski 
    77 
     8use lib "/usr/local/lib/utt"; 
     9use lib "ENV{HOME}/.local/lib/utt"; 
     10 
    811use strict; 
    912use Getopt::Long; 
    1013use attr; 
    11 #use File::HomeDir; 
    12 #use lib "$ENV{HOME}/.utt/lib/perl"; 
     14 
    1315 
    1416my $help; 
  • app/src/dgp/dgc

    r12d8443 r6b3be72  
    77 
    88# wymaga niejawnie programu canonize!!!! 
    9 #use lib "ENV{HOME}/.utt/lib/perl"; 
     9use lib "/usr/local/lib/utt"; 
     10use lib "ENV{HOME}/.local/lib/utt"; 
    1011 
    1112use strict; 
    1213use Getopt::Long; 
    1314use Data::Dumper; 
    14  
    1515use attr; 
    1616use File::HomeDir; 
  • app/src/dgp/tre.rb

    rcfed5c1 r6b3be72  
    1 #!/usr/bin/ruby 
     1#!/usr/bin/ruby -I /usr/local/lib/utt -I ~/.local/lib/utt 
    22 
    33require 'getoptlong' 
     
    6161end 
    6262 
    63 load 'seg.rb' 
     63require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb") 
     64#require 'seg.rb' 
    6465 
    6566$dgpsep=';' 
Note: See TracChangeset for help on using the changeset viewer.