diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 01:01:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 01:01:42 +0000 |
commit | 8c94bdf6ecd1a5b6552ecd4cbeb0e448bc68a07f (patch) | |
tree | cb08646ae3bdea87b7ff36be47e6e20ab577473e /Master/texmf-dist/source/latex/makecmds | |
parent | 08f300a7ed914e5ca7f1c0f00d038f9aee2f51e3 (diff) |
makecmds update (3sep09)
git-svn-id: svn://tug.org/texlive/trunk@15067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/makecmds')
-rw-r--r-- | Master/texmf-dist/source/latex/makecmds/makecmds.dtx | 20 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/makecmds/makecmds.ins | 13 |
2 files changed, 18 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/makecmds/makecmds.dtx b/Master/texmf-dist/source/latex/makecmds/makecmds.dtx index 77fbdf80ae2..8cb49e510c2 100644 --- a/Master/texmf-dist/source/latex/makecmds/makecmds.dtx +++ b/Master/texmf-dist/source/latex/makecmds/makecmds.dtx @@ -7,8 +7,9 @@ % LaTeX Project Public License distributed from CTAN % archives in directory macros/latex/base/lppl.txt. % -% Author: Peter Wilson (CUA) (now at: peter.r.wilson@boeing.com) -% +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) +% %<*driver> \documentclass{ltxdoc} \EnableCrossrefs @@ -65,9 +66,10 @@ % \DoNotIndex{\wd,\xiipt,\year,\z@} % % \changes{v1.0}{2000/05/27}{First public release} +% \changes{v1.0a}{2009/09/03}{New maintainer (Will Robertson)} % -% \def\fileversion{v1.0} -% \def\filedate{2000/05/27} +% \def\fileversion{v1.0a} +% \def\filedate{2009/09/03} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -79,10 +81,10 @@ % file has version number \fileversion, last revised % \filedate.}} % -% \author{% -% Peter Wilson\\ -% Catholic University of America \\ -% Now at \texttt{peter.r.wilson@boeing.com} +% \author{ +% Author: Peter Wilson, Herries Press \\ +% Maintainer: Will Robertson \\ +% \texttt{will dot robertson at latex-project dot org} % } % \date{\filedate} % \maketitle @@ -196,7 +198,7 @@ % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{makecmds}[2000/05/27 v1.0 extra command making commands] +\ProvidesPackage{makecmds}[2009/09/03 v1.0a extra command making commands] % \end{macrocode} % diff --git a/Master/texmf-dist/source/latex/makecmds/makecmds.ins b/Master/texmf-dist/source/latex/makecmds/makecmds.ins index 4498d8a22ed..a5ee8145175 100644 --- a/Master/texmf-dist/source/latex/makecmds/makecmds.ins +++ b/Master/texmf-dist/source/latex/makecmds/makecmds.ins @@ -5,8 +5,8 @@ %% LaTeX Project Public License distributed from CTAN %% archives in directory macros/latex/base/lppl.txt. %% -%% Author: Peter Wilson (CUA) -%% now at: peter.r.wilson@boeing.com +%% Author: Peter Wilson, Herries Press +%% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% %% This file will generate fast loadable files and documentation %% driver files from the doc files in this package when run through @@ -25,19 +25,20 @@ LaTeX Project Public License distributed from CTAN archives in directory macros/latex/base/lppl.txt. -Author: Peter Wilson (CUA) - now at: peter.r.wilson@boeing.com +Author: Peter Wilson, Herries Press +Maintainer: Will Robertson (will dot robertson at latex-project dot org) \endpreamble +\askforoverwritefalse \keepsilent %%% \Msg{*** Generating the driver file ***} -%%% \generateFile{makecmds.drv}{t}{\from{makecmds.dtx}{driver}} +%%% \generate{\file{makecmds.drv}{\from{makecmds.dtx}{driver}}} \Msg{*** Generating the LaTeX2e package files ***} -\generateFile{makecmds.sty}{t}{\from{makecmds.dtx}{usc}} +\generate{\file{makecmds.sty}{\from{makecmds.dtx}{usc}}} \Msg{***********************************************************} \Msg{*} |