Migration to new build system.

* uam.tag2re moved and checked
This commit is contained in:
Mateusz Hromada 2009-10-17 14:29:14 +02:00
parent 2f8d6d8c39
commit a26cf421b2
2 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,7 @@ vpath %.sed ./src
vpath %.sh ./src
vpath %.texinfo ./doc
PROGRAMS_SCRIPT = gph kot unfla grp mar ser kon rm12
PROGRAMS_SCRIPT = gph kot unfla grp mar ser kon rm12 uam.tag2re
PROGRAMS_EXEC = tok sen fla rs12
PROGRAMS = \$(PROGRAMS_SCRIPT) \$(PROGRAMS_EXEC)
DOC_FILES = utt.info utt.dvi utt.html utt.pdf utt.ps
@ -125,6 +125,9 @@ fla.o: fla.c
GPH_PERL_FILES = gph.pl
gph: \$(GPH_PERL_FILES)
UAMTAG2RE_PERL_FILES = uam.tag2re.pl
uam.tag2re: \$(UAMTAG2RE_PERL_FILES)
KOT_PERL_FILES = kot.pl
kot: \$(KOT_PERL_FILES)

0
app/src/tags/uam.tag2re → src/uam.tag2re.pl Executable file → Normal file
View File