texlive[44129] trunk: ctanify
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 30 22:33:48 CEST 2017
Revision: 44129
http://tug.org/svn/texlive?view=revision&revision=44129
Author: karl
Date: 2017-04-30 22:33:48 +0200 (Sun, 30 Apr 2017)
Log Message:
-----------
ctanify
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/ctanify/ctanify
trunk/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
trunk/Master/texmf-dist/doc/man/man1/ctanify.1
trunk/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf
trunk/Master/texmf-dist/scripts/ctanify/ctanify
Modified: trunk/Build/source/texk/texlive/linked_scripts/ctanify/ctanify
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ctanify/ctanify 2017-04-30 20:33:25 UTC (rev 44128)
+++ trunk/Build/source/texk/texlive/linked_scripts/ctanify/ctanify 2017-04-30 20:33:48 UTC (rev 44129)
@@ -19,7 +19,7 @@
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 @@
# 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.
Modified: trunk/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/ctanify.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/ctanify.1 2017-04-30 20:33:25 UTC (rev 44128)
+++ trunk/Master/texmf-dist/doc/man/man1/ctanify.1 2017-04-30 20:33:48 UTC (rev 44129)
@@ -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
Modified: trunk/Master/texmf-dist/doc/man/man1/ctanify.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/ctanify/ctanify
===================================================================
--- trunk/Master/texmf-dist/scripts/ctanify/ctanify 2017-04-30 20:33:25 UTC (rev 44128)
+++ trunk/Master/texmf-dist/scripts/ctanify/ctanify 2017-04-30 20:33:48 UTC (rev 44129)
@@ -19,7 +19,7 @@
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 @@
# 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.
More information about the tex-live-commits
mailing list