summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mdwtools/mdwtools.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:54:59 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:54:59 +0000
commit73d6e84e9abddfa83de47e661b8e92322f795df6 (patch)
treea8a8f7e2edc28b86d5adf0828a03bfe92a4a1170 /Master/texmf-dist/source/latex/mdwtools/mdwtools.ins
parentc1ee0fb339e096b45a6ad34cf573e427ffe4c253 (diff)
trunk/Master/texmf-dist/source/latex/mdwtools
git-svn-id: svn://tug.org/texlive/trunk@378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mdwtools/mdwtools.ins')
-rw-r--r--Master/texmf-dist/source/latex/mdwtools/mdwtools.ins79
1 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/mdwtools/mdwtools.ins b/Master/texmf-dist/source/latex/mdwtools/mdwtools.ins
new file mode 100644
index 00000000000..d44b1a2d791
--- /dev/null
+++ b/Master/texmf-dist/source/latex/mdwtools/mdwtools.ins
@@ -0,0 +1,79 @@
+%
+% $Id: mdwtools.ins,v 1.3 1996/11/19 20:57:26 mdw Exp $
+%
+% Installer for the mdwtools packages
+%
+% (c) 1996 Mark Wooding
+%
+
+%----- Revision history -----------------------------------------------------
+%
+% $Log: mdwtools.ins,v $
+% Revision 1.3 1996/11/19 20:57:26 mdw
+% Entered into RCS
+%
+
+% --- Licence note ---
+%
+% mdwtools installer
+% Copyright (c) 1996 Mark Wooding
+%
+% This program is free software; you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation; either version 2 of the License, or
+% (at your option) any later version.
+%
+% This program is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with this program; if not, write to the Free Software
+% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+% --- Sort out how to do all this ---
+
+\def\batchfile{mdwtools.ins}
+\input docstrip
+\keepsilent
+
+\preamble
+
+IMPORTANT NOTICE
+\endpreamble
+
+{ % --- This is a group so that docstrip \reads it all in one go ---
+
+ \ifx\generate\mdwxxnotdef
+ \gdef\mdwgen#1{#1}
+ \gdef\mdwf#1#2{\generateFile{#1}{n}{#2}}
+ \gdef\needed#1{}
+ \else
+ \global\let\mdwgen\generate
+ \global\def\mdwf{\file}
+ \global\askforoverwritefalse
+ \fi
+
+}
+
+\mdwgen{\mdwf {at.sty} {\from {at.dtx} {package}}
+ \mdwf {mdwlist.sty} {\from {mdwlist.dtx} {package}}
+ \mdwf {mdwtab.sty} {\from {mdwtab.dtx} {mdwtab}
+ \needed{syntax.dtx}
+ \from {footnote.dtx} {macro}
+ \from {doafter.dtx} {macro}}
+ \mdwf {syntax.sty} {\from {syntax.dtx} {package}
+ \from {doafter.dtx} {macro}}
+ \mdwf {mathenv.sty} {\from {mdwtab.dtx} {mathenv}}
+ \mdwf {mdwmath.sty} {\from {mdwmath.dtx} {package}}
+ \mdwf {sverb.sty} {\from {sverb.dtx} {package}}
+ \mdwf {footnote.sty} {\from {footnote.dtx} {package}}
+ \mdwf {doafter.sty} {\from {doafter.dtx} {package,latex2e}}
+ \mdwf {doafter.tex} {\from {doafter.dtx} {package,plain}}
+ \mdwf {cmtt.sty} {\from {cmtt.dtx} {sty}}
+ \mdwf {mTTenc.def} {\from {cmtt.dtx} {def}}
+ \mdwf {mTTcmtt.fd} {\from {cmtt.dtx} {fd}}
+}
+
+\Msg{Done!}