diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-30 20:33:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-30 20:33:48 +0000 |
commit | 0cf437ec7ab2559a150dfc21e221eb01cfc8fda6 (patch) | |
tree | d96809ca7b9342f71973ef7ebab97281a509a7e9 | |
parent | 47286be7cc00cb95d5e387c047b08018d41f37b6 (diff) |
ctanify
git-svn-id: svn://tug.org/texlive/trunk@44129 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/ctanify/ctanify | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctanify/ctanify.pdf | bin | 41187 -> 41083 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/ctanify.1 | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/ctanify.man1.pdf | bin | 22119 -> 22126 bytes | |||
-rwxr-xr-x | Master/texmf-dist/scripts/ctanify/ctanify | 4 |
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 Binary files differindex bae6b9f693f..8c5d7b26bdf 100644 --- a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf +++ b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf 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 Binary files differindex 8a0f61270e0..782608d338b 100644 --- a/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf 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. |