annotate intl/ref-del.sin @ 1915:3376a5a2c645 trunk

[svn] - fix Classic skin variant paths
author nenolod
date Mon, 30 Oct 2006 11:50:56 -0800
parents 705d4c089fce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 # Remove this package from a list of references stored in a text file.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 # Copyright (C) 2000 Free Software Foundation, Inc.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 # This program is free software; you can redistribute it and/or modify it
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 # under the terms of the GNU Library General Public License as published
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 # by the Free Software Foundation; either version 2, or (at your option)
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 # any later version.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 # This program is distributed in the hope that it will be useful,
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 # Library General Public License for more details.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 # You should have received a copy of the GNU Library General Public
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 # License along with this program; if not, write to the Free Software
1459
705d4c089fce [svn] Fix postal code.
chainsaw
parents: 1458
diff changeset
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 # USA.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 # Written by Bruno Haible <haible@clisp.cons.org>.
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
21 #
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
22 /^# Packages using this file: / {
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23 s/# Packages using this file://
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24 s/ @PACKAGE@ / /
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 s/^/# Packages using this file:/
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26 }