Renaming files

This commit is contained in:
Sanel Zukan 2008-09-22 13:54:05 +00:00
parent 3471b0f026
commit 8d68d7cf64
7 changed files with 8 additions and 8 deletions

View File

@ -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 ;

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB