diff options
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/ctanify/ctanify | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctanify/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctanify/ctanify.pdf | bin | 15919 -> 15929 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/ctanify.1 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/ctanify.man1.pdf | bin | 40890 -> 41005 bytes | |||
-rwxr-xr-x | Master/texmf-dist/scripts/ctanify/ctanify | 6 |
6 files changed, 9 insertions, 9 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify b/Build/source/texk/texlive/linked_scripts/ctanify/ctanify index 1b7dd0821c7..e9dd80fe857 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.8"; # ctanify version number +our $VERSION = "1.8.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 @@ -330,7 +330,7 @@ find(sub { # Archive and remove the TDS directory. $zipname = "$pkgname.tds.zip"; my $zip_exclusions = $skipdroppings ? "-x __MACOSX -x .DS_Store" : ""; -run_command "zip -q -r -9 -m $workdir/$zipname . $zip_exclusions", 1; +run_command "zip -q -r -9 -y -m $workdir/$zipname . $zip_exclusions", 1; my $zipsize; if (-f "$workdir/$zipname") { $zipsize = filesize "$workdir/$zipname"; @@ -691,7 +691,7 @@ Scott Pakin, I<scott+ctify@pakin.org> =head1 COPYRIGHT AND LICENSE -Copyright 2015 Scott Pakin +Copyright 2016 Scott Pakin This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either S<version 1.3c> of this diff --git a/Master/texmf-dist/doc/latex/ctanify/README b/Master/texmf-dist/doc/latex/ctanify/README index e5188a9b3e1..2222db058c5 100644 --- a/Master/texmf-dist/doc/latex/ctanify/README +++ b/Master/texmf-dist/doc/latex/ctanify/README @@ -37,7 +37,7 @@ ctanify.pdf ctanify documentation (PDF format) Copyright and License ===================== -Copyright (C) 2015 Scott Pakin +Copyright (C) 2016 Scott Pakin This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license diff --git a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf Binary files differindex b247e7b8b73..d85fd684c00 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 9c5496cd30e..d184de327d8 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-11-29" "v1.8" "" +.TH CTANIFY 1 "2016-01-29" "v1.8.1" "" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -379,7 +379,7 @@ A Directory Structure for TeX Files (<http://tug.org/tds/>), Scott Pakin, \fIscott+ctify@pakin.org\fR .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" -Copyright 2015 Scott Pakin +Copyright 2016 Scott Pakin .PP This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version\ 1.3c of this 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 f91838fd7f7..cf4386773cc 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 1b7dd0821c7..e9dd80fe857 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.8"; # ctanify version number +our $VERSION = "1.8.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 @@ -330,7 +330,7 @@ find(sub { # Archive and remove the TDS directory. $zipname = "$pkgname.tds.zip"; my $zip_exclusions = $skipdroppings ? "-x __MACOSX -x .DS_Store" : ""; -run_command "zip -q -r -9 -m $workdir/$zipname . $zip_exclusions", 1; +run_command "zip -q -r -9 -y -m $workdir/$zipname . $zip_exclusions", 1; my $zipsize; if (-f "$workdir/$zipname") { $zipsize = filesize "$workdir/$zipname"; @@ -691,7 +691,7 @@ Scott Pakin, I<scott+ctify@pakin.org> =head1 COPYRIGHT AND LICENSE -Copyright 2015 Scott Pakin +Copyright 2016 Scott Pakin This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either S<version 1.3c> of this |