mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Renaming files
This commit is contained in:
parent
3471b0f026
commit
8d68d7cf64
@ -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 ;
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user