From a26cf421b204b6586fa67d9ae592df09abca8cc3 Mon Sep 17 00:00:00 2001 From: Mateusz Hromada Date: Sat, 17 Oct 2009 14:29:14 +0200 Subject: [PATCH] Migration to new build system. * uam.tag2re moved and checked --- auto/output/Makefile | 5 ++++- app/src/tags/uam.tag2re => src/uam.tag2re.pl | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename app/src/tags/uam.tag2re => src/uam.tag2re.pl (100%) mode change 100755 => 100644 diff --git a/auto/output/Makefile b/auto/output/Makefile index 056aae8..0812246 100755 --- a/auto/output/Makefile +++ b/auto/output/Makefile @@ -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) diff --git a/app/src/tags/uam.tag2re b/src/uam.tag2re.pl old mode 100755 new mode 100644 similarity index 100% rename from app/src/tags/uam.tag2re rename to src/uam.tag2re.pl