summaryrefslogtreecommitdiff
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
parent1c66f34431d8bca21785b67e55de3088093508fb (diff)
ctanify (30nov15)
git-svn-id: svn://tug.org/texlive/trunk@38986 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/ctanify/ctanify4
-rw-r--r--Master/texmf-dist/doc/latex/ctanify/ctanify.pdfbin15921 -> 15919 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/ctanify.12
-rw-r--r--Master/texmf-dist/doc/man/man1/ctanify.man1.pdfbin15887 -> 40890 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/ctanify/ctanify4
5 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify b/Build/source/texk/texlive/linked_scripts/ctanify/ctanify
index 6d1f4420261..1b7dd0821c7 100755
--- a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify
+++ b/Build/source/texk/texlive/linked_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",
diff --git a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
index 2d76227b912..b247e7b8b73 100644
--- a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
+++ b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/ctanify.1 b/Master/texmf-dist/doc/man/man1/ctanify.1
index 26b7e8214c3..9c5496cd30e 100644
--- a/Master/texmf-dist/doc/man/man1/ctanify.1
+++ b/Master/texmf-dist/doc/man/man1/ctanify.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "CTANIFY 1"
-.TH CTANIFY 1 "2015-09-10" "v1.7" ""
+.TH CTANIFY 1 "2015-11-29" "v1.8" ""
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf b/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf
index e81e2c0019c..f91838fd7f7 100644
--- a/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf
Binary files differ
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",