diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-21 23:50:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-21 23:50:10 +0000 |
commit | b86f8cc2e0150a123620c45d3021145fc5f39381 (patch) | |
tree | 624572511b025717418bc61cade546df74e756bd /Master/texmf-dist/doc/support | |
parent | 4f45e76895cf001fdff36c7c0d63b096986f4965 (diff) |
new (old) script ctanify (aug09)
git-svn-id: svn://tug.org/texlive/trunk@24061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/ctanify/README | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/ctanify/ctanify.pdf | bin | 0 -> 14665 bytes |
2 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/ctanify/README b/Master/texmf-dist/doc/support/ctanify/README new file mode 100644 index 00000000000..ebd55a95f27 --- /dev/null +++ b/Master/texmf-dist/doc/support/ctanify/README @@ -0,0 +1,48 @@ + +---------------------------------------+ + | CTANIFY | + | | + | Prepare a package for upload to CTAN | + | | + | By Scott Pakin, scott+ctify@pakin.org | + +---------------------------------------+ + + +Description +=========== + +ctanify is intended for developers of LaTeX packages who want to +distribute their packages via the Comprehensive TeX Archive Network +(CTAN). Given a list of filenames, ctanify creates a tarball (a +.tar.gz file) with the files laid out in CTAN's preferred structure. +The tarball additionally contains a ZIP (.zip) file with copies of all +files laid out in the standard TeX Directory Structure (TDS), which +facilitates inclusion of the package in the TeX Live distribution of +TeX. + +So far, ctanify has been tested only on Linux. Volunteers willing to +help port ctanify to other platforms are especially welcome. + + +File manifest +============= + +README This file +ctanify The ctanify Perl script itself +ctanify.1 ctanify documentation (Unix man-page format) +ctanify.pdf ctanify documentation (PDF format) + + +Copyright and License +===================== + +Copyright 2009 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 +or (at your option) any later version. The latest version of this +license is in + + http://www.latex-project.org/lppl.txt + +and version 1.3c or later is part of all distributions of LaTeX version +2008/05/04 or later. diff --git a/Master/texmf-dist/doc/support/ctanify/ctanify.pdf b/Master/texmf-dist/doc/support/ctanify/ctanify.pdf Binary files differnew file mode 100644 index 00000000000..ceb23a27cbd --- /dev/null +++ b/Master/texmf-dist/doc/support/ctanify/ctanify.pdf |