summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ptex-fontmaps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-27 21:56:40 +0000
committerKarl Berry <karl@freefriends.org>2020-12-27 21:56:40 +0000
commit7d37ab17591b283dd2a7224be1005412d09519db (patch)
tree3d7c44a5325973427d909ca819ed8198aecbe660 /Master/texmf-dist/scripts/ptex-fontmaps
parentd54f5e0a703b06947e45c34474d5696a243a01cc (diff)
ptex-fontmaps (27dec20)
git-svn-id: svn://tug.org/texlive/trunk@57239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/ptex-fontmaps')
-rwxr-xr-xMaster/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl10
-rwxr-xr-xMaster/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl4
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl
index 541c4329a7a..eee71cf2bba 100755
--- a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl
+++ b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl
@@ -1,18 +1,18 @@
#!/usr/bin/env perl
# kanji-config-updmap: setup Japanese font embedding
-# Version 20200217.0
+# Version 20201227.0
#
# formerly known as updmap-setup-kanji
#
# Copyright 2004-2006 by KOBAYASHI R. Taizo for the shell version (updmap-otf)
-# Copyright 2011-2019 by PREINING Norbert
-# Copyright 2016-2019 by Japanese TeX Development Community
+# Copyright 2011-2020 by PREINING Norbert
+# Copyright 2016-2020 by Japanese TeX Development Community
#
# This file is licensed under GPL version 3 or any later version.
# For copyright statements see end of file.
#
# For development see
-# https://github.com/texjporg/jfontmaps
+# https://github.com/texjporg/ptex-fontmaps
#
# For a changelog see the git log
#
@@ -22,7 +22,7 @@ use Getopt::Long qw(:config no_autoabbrev ignore_case_always);
use strict;
my $prg = "kanji-config-updmap";
-my $version = '20200217.0';
+my $version = '20201227.0';
my $updmap_real = "updmap";
my $updmap = $updmap_real;
diff --git a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl
index 0189360e236..bfad277bc51 100755
--- a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl
+++ b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl
@@ -2,7 +2,7 @@
#
# kanji-fontmap-creator
# (c) 2012-2014 Norbert Preining
-# Version: 20200217.0
+# Version: 20201227.0
# Licenced under the GPLv2 or any higher version
#
# gui to create map files for (kanji-config-)updmap
@@ -41,7 +41,7 @@ my $opt_help = 0;
my $opt_version = 0;
my $prg = "kanji-fontmap-creator";
-my $version = "20200217.0";
+my $version = "20201227.0";
#
# global vars configuring operation