From 8d68d7cf6455b48390192606064af115cef721c3 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 22 Sep 2008 13:54:05 +0000 Subject: [PATCH] Renaming files --- ede-tip/Jamfile | 16 ++++++++-------- ede-tip/doc/{etip.jpg => ede-tip.jpg} | Bin ede-tip/doc/{etip.txt => ede-tip.txt} | 0 ede-tip/{etip-compiler.c => ede-tip-compiler.c} | 0 ede-tip/{etip.conf => ede-tip.conf} | 0 ede-tip/{etip.cpp => ede-tip.cpp} | 0 ede-tip/fl/{etip.fl => ede-tip.fl} | 0 7 files changed, 8 insertions(+), 8 deletions(-) rename ede-tip/doc/{etip.jpg => ede-tip.jpg} (100%) rename ede-tip/doc/{etip.txt => ede-tip.txt} (100%) rename ede-tip/{etip-compiler.c => ede-tip-compiler.c} (100%) rename ede-tip/{etip.conf => ede-tip.conf} (100%) rename ede-tip/{etip.cpp => ede-tip.cpp} (100%) rename ede-tip/fl/{etip.fl => ede-tip.fl} (100%) diff --git a/ede-tip/Jamfile b/ede-tip/Jamfile index e501666..02d4b2c 100644 --- a/ede-tip/Jamfile +++ b/ede-tip/Jamfile @@ -2,26 +2,26 @@ # $Id$ # # Part of Equinox Desktop Environment (EDE). -# Copyright (c) 2000-2007 EDE Authors. +# Copyright (c) 2000-2008 EDE Authors. # # This program is licenced under terms of the # GNU General Public Licence version 2 or newer. # See COPYING for details. -SubDir TOP etip ; +SubDir TOP ede-tip ; -SOURCE = Fortune.cpp etip.cpp ; +SOURCE = Fortune.cpp ede-tip.cpp ; -EdeProgram etip : $(SOURCE) ; +EdeProgram ede-tip : $(SOURCE) ; TranslationStrings locale : $(SOURCE) ; -EdeManual doc/etip.txt : doc/etip.jpg ; +EdeManual doc/ede-tip.txt : doc/ede-tip.jpg ; -ProgramBare etip-compiler : etip-compiler.c ; +ProgramBare ede-tip-compiler : ede-tip-compiler.c ; # this rule is for compiling fortune files rule FortuneCompile { - Depends $(<) : etip-compiler ; + Depends $(<) : ede-tip-compiler ; Depends $(<) : $(>) ; Depends all : $(<) ; @@ -34,7 +34,7 @@ rule FortuneCompile actions FortuneCompile1 { - $(TOP)/etip/etip-compiler -s "$(>)" "$(<)" + $(TOP)/ede-tip/ede-tip-compiler -s "$(>)" "$(<)" } FortuneCompile tips/ede.dat : tips/ede ; diff --git a/ede-tip/doc/etip.jpg b/ede-tip/doc/ede-tip.jpg similarity index 100% rename from ede-tip/doc/etip.jpg rename to ede-tip/doc/ede-tip.jpg diff --git a/ede-tip/doc/etip.txt b/ede-tip/doc/ede-tip.txt similarity index 100% rename from ede-tip/doc/etip.txt rename to ede-tip/doc/ede-tip.txt diff --git a/ede-tip/etip-compiler.c b/ede-tip/ede-tip-compiler.c similarity index 100% rename from ede-tip/etip-compiler.c rename to ede-tip/ede-tip-compiler.c diff --git a/ede-tip/etip.conf b/ede-tip/ede-tip.conf similarity index 100% rename from ede-tip/etip.conf rename to ede-tip/ede-tip.conf diff --git a/ede-tip/etip.cpp b/ede-tip/ede-tip.cpp similarity index 100% rename from ede-tip/etip.cpp rename to ede-tip/ede-tip.cpp diff --git a/ede-tip/fl/etip.fl b/ede-tip/fl/ede-tip.fl similarity index 100% rename from ede-tip/fl/etip.fl rename to ede-tip/fl/ede-tip.fl