summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ctanify
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-30 23:02:37 +0000
committerKarl Berry <karl@freefriends.org>2015-11-30 23:02:37 +0000
commit6f5da832a31b4db82b62df4557ae07444992acbb (patch)
treea8fd4bc8cfe3012d9e245f7475e2a16d7144a605 /Master/texmf-dist/scripts/ctanify
parent1c66f34431d8bca21785b67e55de3088093508fb (diff)
ctanify (30nov15)
git-svn-id: svn://tug.org/texlive/trunk@38986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/ctanify')
-rwxr-xr-xMaster/texmf-dist/scripts/ctanify/ctanify4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/ctanify/ctanify b/Master/texmf-dist/scripts/ctanify/ctanify
index 6d1f4420261..1b7dd0821c7 100755
--- a/Master/texmf-dist/scripts/ctanify/ctanify
+++ b/Master/texmf-dist/scripts/ctanify/ctanify
@@ -19,7 +19,7 @@ use warnings;
use strict;
# Define some global variables.
-our $VERSION = "1.7"; # ctanify version number
+our $VERSION = "1.8"; # ctanify version number
my $progname = basename $0; # Name of this program
my $pkgname; # Base name of the package to create
my $miscify = 0; # 1=replace singletons with misc; 0=don't
@@ -49,11 +49,13 @@ my %ext2tds =
"bst" => "bibtex/bst/%s",
"cbx" => "tex/latex/%s",
"cls" => "tex/latex/%s",
+ "dbx" => "tex/latex/%s",
"dtx" => "source/latex/%s",
"dvi" => "doc/latex/%s",
"fd" => "tex/latex/%s",
"ins" => "source/latex/%s",
"map" => "fonts/map/dvips/%s",
+ "md" => "doc/latex/%s",
"mf" => "fonts/source/public/%s",
"mp" => "metapost/%s",
"ofm" => "fonts/ofm/public/%s",