summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/ctanify/ctanify4
-rw-r--r--Master/texmf-dist/doc/latex/ctanify/ctanify.pdfbin41187 -> 41083 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/ctanify.12
-rw-r--r--Master/texmf-dist/doc/man/man1/ctanify.man1.pdfbin22119 -> 22126 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/ctanify/ctanify4
5 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify b/Build/source/texk/texlive/linked_scripts/ctanify/ctanify
index 3d0884bb095..e168ed6ede8 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.9"; # ctanify version number
+our $VERSION = "1.9.1"; # 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
@@ -80,7 +80,7 @@ my @ignore_re = ('~$', '\bCVS\b', '\b\.svn\b');
# This script will convert their line endings to Unix style (a single
# linefeed character).
my %text_ext =
- map {($_ => 1)} qw(afm bib bst cls dtx fd ins ltx mf mp sty tex txt);
+ map {($_ => 1)} qw(afm bib bst cls dtx fd ins ltx md mf mp sty tex txt);
# Define a subroutine that returns the size in bytes of a file,
# aborting on error.
diff --git a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
index bae6b9f693f..8c5d7b26bdf 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 def590dfb4a..62f7089f05f 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 "2017-01-16" "v1.9" ""
+.TH CTANIFY 1 "2017-04-22" "v1.9.1" ""
.\" 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 8a0f61270e0..782608d338b 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 3d0884bb095..e168ed6ede8 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.9"; # ctanify version number
+our $VERSION = "1.9.1"; # 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
@@ -80,7 +80,7 @@ my @ignore_re = ('~$', '\bCVS\b', '\b\.svn\b');
# This script will convert their line endings to Unix style (a single
# linefeed character).
my %text_ext =
- map {($_ => 1)} qw(afm bib bst cls dtx fd ins ltx mf mp sty tex txt);
+ map {($_ => 1)} qw(afm bib bst cls dtx fd ins ltx md mf mp sty tex txt);
# Define a subroutine that returns the size in bytes of a file,
# aborting on error.