Skip to content

Commit 2d4ca6a

Browse files
authored
Merge pull request #8 from munepi/rename_jfontmaps_ptex-fontmaps
renamed submodule: jfontmaps -> ptex-fontmaps
2 parents 377e0bb + ff017d4 commit 2d4ca6a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[submodule "jfontmaps"]
2-
path = jfontmaps
3-
url = https://github.com/texjporg/jfontmaps
41
[submodule "cjk-gs-support"]
52
path = cjk-gs-support
63
url = https://github.com/texjporg/cjk-gs-support
4+
[submodule "ptex-fontmaps"]
5+
path = ptex-fontmaps
6+
url = https://github.com/texjporg/ptex-fontmaps.git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ${BIBUNSHOAPP}:
2020
osacompile -o ${BIBUNSHOAPP} patchapp.applescript
2121

2222
cp -a Patch.sh ${BIBUNSHOAPP}/Contents/Resources/
23-
cp -a jfontmaps ${BIBUNSHOAPP}/Contents/Resources/
23+
cp -a ptex-fontmaps ${BIBUNSHOAPP}/Contents/Resources/
2424
cp -a cjk-gs-support ${BIBUNSHOAPP}/Contents/Resources/
2525

2626
## replace icns file to ad-hoc our icon :D

Patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EOF
108108
## - ptex-fontmaps/hiragino-elcapitan{,-pron}
109109
HRGNMAPDIR=$(kpsewhich -var-value=TEXMFLOCAL)/fonts/map/dvipdfmx/ptex-fontmaps
110110
mkdir -p ${HRGNMAPDIR}/
111-
cp -a ${TLRESDIR}/jfontmaps/maps/hiragino* ${HRGNMAPDIR}/
111+
cp -a ${TLRESDIR}/ptex-fontmaps/maps/hiragino* ${HRGNMAPDIR}/
112112

113113
## modified/imported a part of lnsysfnt.sh
114114
## https://gist.github.com/munepi/396ef67e3ad051663399

0 commit comments

Comments
 (0)