remove unused scripts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2008-05-18 21:36:03 +00:00
parent 551319c4c8
commit 764d6166f9
2 changed files with 0 additions and 32 deletions

View file

@ -1,25 +0,0 @@
#!/usr/bin/env perl
############################################################################
# __________ __ ___.
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
# \/ \/ \/ \/ \/
# $Id$
#
# Copyright (C) 2002, 2006 by Daniel Stenberg <daniel@haxx.se>
#
# All files in this archive are subject to the GNU General Public License.
# See the file COPYING in the source tree root for full license agreement.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
############################################################################
print <<MOO
The tool formerly known as 'binlang' is no longer used. We now use
genlang2 with the -b option to generate binary language files.
MOO
;

View file

@ -1,7 +0,0 @@
#!/usr/bin/perl
print <<MOO
The tool formerly known as 'uplang' is no longer used. We now use
genlang2 with the -u option to get updated language files.
MOO
;