summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ctanupload
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-04 23:47:39 +0000
committerKarl Berry <karl@freefriends.org>2012-05-04 23:47:39 +0000
commit545b1514df34ddc6dbf6998ed523b87ff1a49b81 (patch)
tree29fa7cc7eaf1b66b8fe6448bf5f07610da5b931c /Master/texmf-dist/doc/support/ctanupload
parentc2e7f2fda74cc370f1639a007b85581f79438b60 (diff)
ctanupload (4may12)
git-svn-id: svn://tug.org/texlive/trunk@26193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/ctanupload')
-rw-r--r--Master/texmf-dist/doc/support/ctanupload/Makefile.example10
-rw-r--r--Master/texmf-dist/doc/support/ctanupload/ctanupload.pdfbin144935 -> 170676 bytes
-rw-r--r--Master/texmf-dist/doc/support/ctanupload/ctanupload.tex8
3 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/support/ctanupload/Makefile.example b/Master/texmf-dist/doc/support/ctanupload/Makefile.example
index ec35030541e..2fef9e16224 100644
--- a/Master/texmf-dist/doc/support/ctanupload/Makefile.example
+++ b/Master/texmf-dist/doc/support/ctanupload/Makefile.example
@@ -1,5 +1,5 @@
-# Example Makefile which uses ctanify and ctanupload to pack and upload a LaTeX package
-# The required data is passed using environment variables.
+# Example Makefile which uses ctanify and ctanupload to pack and upload a
+# LaTeX package. The required data is passed using environment variables.
CONTRIBUTION = foobar
NAME = John Doe
EMAIL = john.doe@inter.net
@@ -7,7 +7,8 @@ DIRECTORY = /macros/latex/contrib/${CONTRIBUTION}
LICENSE = free
FREEVERSION = lppl
FILE = ${CONTRIBUTION}.tar.gz
-export CONTRIBUTION VERSION NAME EMAIL SUMMARY DIRECTORY DONOTANNOUNCE ANNOUNCE NOTES LICENSE FREEVERSION FILE
+export CONTRIBUTION VERSION NAME EMAIL SUMMARY DIRECTORY DONOTANNOUNCE \
+ ANNOUNCE NOTES LICENSE FREEVERSION FILE
ctanify: ${FILE}
@@ -17,7 +18,8 @@ ${CONTRIBUTION}.sty: ${CONTRIBUTION}.ins ${CONTRIBUTION}.dtx
${CONTRIBUTION}.pdf: ${CONTRIBUTION}.dtx ${CONTRIBUTION}.sty
latexmk $<
-${FILE}: ${CONTRIBUTION}.dtx ${CONTRIBUTION}.ins ${CONTRIBUTION}.sty README ${CONTRIBUTION}.pdf
+${FILE}: ${CONTRIBUTION}.dtx ${CONTRIBUTION}.ins ${CONTRIBUTION}.sty \
+ README ${CONTRIBUTION}.pdf
ctanify $^
upload: ctanify
diff --git a/Master/texmf-dist/doc/support/ctanupload/ctanupload.pdf b/Master/texmf-dist/doc/support/ctanupload/ctanupload.pdf
index 2c98b3715e6..b263b9c9000 100644
--- a/Master/texmf-dist/doc/support/ctanupload/ctanupload.pdf
+++ b/Master/texmf-dist/doc/support/ctanupload/ctanupload.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/ctanupload/ctanupload.tex b/Master/texmf-dist/doc/support/ctanupload/ctanupload.tex
index 5b41e9f51c4..1f5305b7155 100644
--- a/Master/texmf-dist/doc/support/ctanupload/ctanupload.tex
+++ b/Master/texmf-dist/doc/support/ctanupload/ctanupload.tex
@@ -3,7 +3,7 @@
\title{The \textsf{ctanupload} script}
\author{Martin Scharrer}
\email{martin@scharrer.me}
-\date{Version v1.2 -- 2011/09/08}
+\date{Version v1.2a -- 2012/05/03}
\providecommand\envvar{\texttt}
@@ -79,7 +79,7 @@ The following fields exists in the CTAN upload form. At least the ones marked as
\par\medskip\par\noindent
\begin{tabular}{>{\ttfamily}llc}
\toprule
- \normalfont Field & Description & Mandatory \\
+\normalfont Field & Description & ~~~~~\llap{Mandatory} \\
\midrule
contribution & Name of your contribution & * \\
version & Version number & *\\
@@ -89,7 +89,7 @@ The following fields exists in the CTAN upload form. At least the ones marked as
directory & Suggested CTAN directory\\
DoNotAnnounce & No need to announce this update\\
announce & Short description for announcement\\
- notes & Optional notes to the CTAN maintainers (DANTE server only)\\
+ notes & Optional notes to the CTAN maintainers (DANTE only)\\
license & License type (see below) & *\\
freeversion & Which free license (see below)\\
file & File to upload & *\\
@@ -209,6 +209,6 @@ ctanupload --announce-file announcement.txt -p
The following Makefile (see \url{http://www.gnu.org/software/make/manual/make.html}) uses the \texttt{ctanify} script (\url{http://www.ctan.org/pkg/ctanify})
to create a compressed file for submission using \texttt{ctanupload}.
-\lstinputlisting{Makefile.example}
+\lstinputlisting[basicstyle=\ttfamily\scriptsize,frame=lrbt]{Makefile.example}
\end{document}