Changeset b242df2


Ignore:
Timestamp:
02/22/12 20:37:52 (12 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
abd28d1
Parents:
e7de6cc
git-author:
Tomasz Obrebski <to@…> (02/22/12 20:37:52)
git-committer:
Tomasz Obrebski <to@…> (02/22/12 20:37:52)
Message:

fixed bug in lst2fstext (compdic component)
conf/Makefile updated

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • conf/Makefile

    rcfdf333 rb242df2  
    1515install: 
    1616ifdef CONF_DIR 
    17         install -m 0644 compiledic.conf $(CONF_DIR) 
     17        install -m 0644 compdic.conf $(CONF_DIR) 
    1818        install -m 0644 cor.conf $(CONF_DIR) 
    1919        install -m 0644 dgc.conf $(CONF_DIR) 
     
    3232uninstall: 
    3333ifdef CONF_DIR 
    34         rm $(CONF_DIR)/compiledic.conf 
     34        rm $(CONF_DIR)/compdic.conf 
    3535        rm $(CONF_DIR)/cor.conf 
    3636        rm $(CONF_DIR)/dgc.conf 
  • src/compdic/lst2fstext

    re7de6cc rb242df2  
    1313    ++$s; 
    1414    print "0 $s <eps>\n"; 
    15     while($c = shift @cs) 
     15    for $c (@cs) 
    1616    { 
    1717        print $s . ' ' . ++$s . " $c\n"; 
Note: See TracChangeset for help on using the changeset viewer.