From 52bccead730bb580f6b4cb5ee2a732f8188a0b6a Mon Sep 17 00:00:00 2001 From: pawelk Date: Wed, 12 Mar 2008 07:46:53 +0000 Subject: [PATCH] Pierwszy etap zmiany con na kon (przez windowsa). git-svn-id: svn://atos.wmid.amu.edu.pl/utt@6 e293616e-ec6a-49c2-aa92-f4a8b91c5d16 --- app/Makefile | 2 +- app/src/{con => kon}/Makefile | 2 +- app/src/{con => kon}/con | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename app/src/{con => kon}/Makefile (57%) rename app/src/{con => kon}/con (100%) diff --git a/app/Makefile b/app/Makefile index ca29e63..60947f4 100644 --- a/app/Makefile +++ b/app/Makefile @@ -22,7 +22,7 @@ UTT_DIST_FILE=utt # list of components to be included in the distribution -COMPONENTS = lib gue tok.l cor lem kot sen-l sen-nl ser grp con fla unfla mar compiledic +COMPONENTS = lib gue tok.l cor lem kot sen-l sen-nl ser grp kon fla unfla mar compiledic ############################## diff --git a/app/src/con/Makefile b/app/src/kon/Makefile similarity index 57% rename from app/src/con/Makefile rename to app/src/kon/Makefile index e0c9a77..121ebf5 100644 --- a/app/src/con/Makefile +++ b/app/src/kon/Makefile @@ -3,5 +3,5 @@ con: copy: ifdef UTT_BIN_DIR - cp con ${UTT_BIN_DIR} + cp kon ${UTT_BIN_DIR} endif diff --git a/app/src/con/con b/app/src/kon/con similarity index 100% rename from app/src/con/con rename to app/src/kon/con