diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-30 23:02:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-30 23:02:37 +0000 |
commit | 6f5da832a31b4db82b62df4557ae07444992acbb (patch) | |
tree | a8fd4bc8cfe3012d9e245f7475e2a16d7144a605 /Master/texmf-dist | |
parent | 1c66f34431d8bca21785b67e55de3088093508fb (diff) |
ctanify (30nov15)
git-svn-id: svn://tug.org/texlive/trunk@38986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/ctanify/ctanify.pdf | bin | 15921 -> 15919 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 | 15887 -> 40890 bytes | |||
-rwxr-xr-x | Master/texmf-dist/scripts/ctanify/ctanify | 4 |
4 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf b/Master/texmf-dist/doc/latex/ctanify/ctanify.pdf Binary files differindex 2d76227b912..b247e7b8b73 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 26b7e8214c3..9c5496cd30e 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-09-10" "v1.7" "" +.TH CTANIFY 1 "2015-11-29" "v1.8" "" .\" 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 e81e2c0019c..f91838fd7f7 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 6d1f4420261..1b7dd0821c7 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.7"; # ctanify version number +our $VERSION = "1.8"; # 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 @@ -49,11 +49,13 @@ my %ext2tds = "bst" => "bibtex/bst/%s", "cbx" => "tex/latex/%s", "cls" => "tex/latex/%s", + "dbx" => "tex/latex/%s", "dtx" => "source/latex/%s", "dvi" => "doc/latex/%s", "fd" => "tex/latex/%s", "ins" => "source/latex/%s", "map" => "fonts/map/dvips/%s", + "md" => "doc/latex/%s", "mf" => "fonts/source/public/%s", "mp" => "metapost/%s", "ofm" => "fonts/ofm/public/%s", |