Renaming files

This commit is contained in:
Sanel Zukan 2008-09-22 13:46:14 +00:00
parent 0ff888bcc0
commit 6b0b457fde
3 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@
# GNU General Public License version 2 or later. # GNU General Public License version 2 or later.
# See COPYING for the details. # See COPYING for the details.
SubDir TOP ehelp ; SubDir TOP ede-help ;
rule MakeScript rule MakeScript
{ {
# add grist to file names (not needed, but you never know...) # add grist to file names (not needed, but you never know...)
local source = [ FGristFiles $(>) ] ; local source = [ FGristFiles $(>) ] ;
# let jam call from the top directory (jam ehelp) knows what to # let jam call from the top directory (jam ede-help) knows what to
# build and not be confused with the same name of directory # build and not be confused with the same name of directory
SEARCH on $(source) = $(SUBDIR) ; SEARCH on $(source) = $(SUBDIR) ;
@ -41,5 +41,5 @@ actions existing MakeScript1
cat "$(>)" | $(SED) -e 's|@ededocdir@|$(EDEDOCDIR)|' > "$(<)" cat "$(>)" | $(SED) -e 's|@ededocdir@|$(EDEDOCDIR)|' > "$(<)"
} }
MakeScript ehelp : ehelp.in ; MakeScript ede-help : ede-help.in ;
EdeManual ehelp.txt ; EdeManual ede-help.txt ;