Changeset abd28d1 for conf/Makefile


Ignore:
Timestamp:
02/22/12 23:10:23 (12 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
a15e59b
Parents:
b242df2
git-author:
Tomasz Obrebski <to@…> (02/22/12 23:10:23)
git-committer:
Tomasz Obrebski <to@…> (02/22/12 23:10:23)
Message:

fixed further bugs around compdic
cats file renamed and moved
config files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf/Makefile

    rb242df2 rabd28d1  
    22 
    33.PHONY: all 
    4 all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 
     4all: compdic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 
    55 
    66%.conf: %.conf.m4 
    7         m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@ 
     7        m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} --define=LANGUAGE=${LANGUAGE} $< > $@ 
    88 
    99 
Note: See TracChangeset for help on using the changeset viewer.