diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-30 00:35:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-30 00:35:42 +0000 |
commit | a080e4227115f255fcf1bc5c649f8781f0f147eb (patch) | |
tree | a136c21ba16de0752ca2d003afabbd24c594e3ac /Master/texmf-dist | |
parent | a35f0faa97651a9083379e1447aeafaa2213cabf (diff) |
ctanify (29jan16)
git-svn-id: svn://tug.org/texlive/trunk@39507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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 |
5 files changed, 6 insertions, 6 deletions
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 |