1998-02-28 05:19:01 +00:00
|
|
|
--- Makefile.orig Mon Aug 7 02:48:48 1995
|
1998-08-09 00:58:49 +00:00
|
|
|
+++ Makefile Sun Aug 2 15:55:56 1998
|
|
|
|
@@ -1,12 +1,12 @@
|
1998-02-28 05:19:01 +00:00
|
|
|
#
|
|
|
|
# where you can find ASCII Nihongo TeX jfm files: min10.tfm ...
|
|
|
|
-JFM = /usr/local/lib/tex/jfonts/jfm
|
|
|
|
+JFM ?= %%JFM%%
|
|
|
|
#
|
|
|
|
# where you can find NTT JTeX tfm files: dmjsy10.tfm ...
|
1998-08-09 00:58:49 +00:00
|
|
|
SUBTFM = /usr/local/lib/tex/jfonts/tfm
|
1998-02-28 05:19:01 +00:00
|
|
|
#
|
|
|
|
# where you can find afm files: Ryumin-Light-H ...
|
|
|
|
-AFM = afm
|
|
|
|
+AFM ?= %%AFM%%
|
|
|
|
# builtin kanji fonts
|
1998-08-09 00:58:49 +00:00
|
|
|
bkfonts = ${t1} ${t2}
|
1998-02-28 05:19:01 +00:00
|
|
|
t1=rml:Ryumin-Light-H:min:monokan
|