summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-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
4 files changed, 4 insertions, 2 deletions
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",