Ready for testing
[enscript.git] / afmlib / Makefile-encodings
index 90c0f11bd72c9d8680e40cf487e4180bc447061c..9a12fabfd709bbea3c6729b778ab57452e5edb7d 100644 (file)
@@ -6,25 +6,23 @@
 #
 
 #
-# This program is free software; you can redistribute it and/or modify
+# Enscript is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
+# Enscript is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
 #
-# along with this program; see the file COPYING.  If not, write to
-# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 ENCODINGS = e_88591.c e_88592.c e_88593.c e_88594.c e_88595.c \
-e_88597.c e_88599.c e_885910.c e_pc.c e_mac.c e_vms.c e_hp8.c e_koi8.c
+e_88597.c e_88599.c e_885910.c e_885915.c e_pc.c e_mac.c e_vms.c e_hp8.c e_koi8.c
 
 all: $(ENCODINGS)
 
@@ -55,6 +53,9 @@ e_88599.c: make-encoding.pl ../88599.txt
 e_885910.c: make-encoding.pl ../885910.txt
        ./make-encoding.pl ../885910.txt >e_885910.c
 
+e_885915.c: make-encoding.pl ../885915.txt
+       ./make-encoding.pl ../885915.txt >e_885915.c
+
 e_pc.c: make-encoding.pl ../ibmpc.txt
        ./make-encoding.pl ../ibmpc.txt >e_pc.c