Changeset cfdf333 for conf/Makefile


Ignore:
Timestamp:
02/09/12 20:34:02 (12 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
ac25afd
Parents:
2ff1f65
git-author:
Tomasz Obrebski <to@…> (02/09/12 20:34:02)
git-committer:
Tomasz Obrebski <to@…> (02/09/12 20:34:02)
Message:

Naprawy dotyczace oblugi plikow konfiguracyjnych.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf/Makefile

    r5f4d9c3 rcfdf333  
    11include ../config.mak 
     2 
     3.PHONY: all 
     4all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 
     5 
     6%.conf: %.conf.m4 
     7        m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@ 
     8 
     9 
     10.PHONY: clean 
     11clean: 
     12        rm *.conf 
    213 
    314.PHONY: install 
Note: See TracChangeset for help on using the changeset viewer.