summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/uplatex/base/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-30 21:26:33 +0000
committerKarl Berry <karl@freefriends.org>2020-09-30 21:26:33 +0000
commit861e1d06658a3f3e120b33f6a2c9d867bba3018e (patch)
tree20589c9515b98fc993510a06ce09006a44f8f3f7 /Master/texmf-dist/source/uplatex/base/Makefile
parent2ceca51e20701b2e5477530ef79548dafb5d0d5d (diff)
uplatex (30sep20)
git-svn-id: svn://tug.org/texlive/trunk@56488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/uplatex/base/Makefile')
-rw-r--r--Master/texmf-dist/source/uplatex/base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/uplatex/base/Makefile b/Master/texmf-dist/source/uplatex/base/Makefile
index 92d1388fa4f..308634974c2 100644
--- a/Master/texmf-dist/source/uplatex/base/Makefile
+++ b/Master/texmf-dist/source/uplatex/base/Makefile
@@ -4,7 +4,8 @@ DOCTARGET = uplatex upldoc \
PDFTARGET = $(addsuffix .pdf,$(DOCTARGET))
DVITARGET = $(addsuffix .dvi,$(DOCTARGET))
KANJI = -kanji=utf8
-FONTMAP = -f ipaex.map -f uptex-ipaex.map
+#FONTMAP = -f ipaex.map -f uptex-ipaex.map
+FONTMAP = -f haranoaji.map -f uptex-haranoaji.map
TEXMF = $(shell kpsewhich -var-value=TEXMFHOME)
default: $(STRIPTARGET) $(DVITARGET)