Added the $HOME variable to be used in AFMPATH
[enscript.git] / afmlib / Makefile-encodings
index f68c75b..9a12fab 100644 (file)
@@ -22,7 +22,7 @@
 #
 
 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)
 
@@ -53,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