mdwtools.ins: Spring clean.
[mdwtools] / mdwtools.ins
CommitLineData
37839e7a
MW
1%%% -*-tex-*-
2%%%
3%%% Installer for the `mdwtools' packages
4%%%
5%%% (c) 1996 Mark Wooding
6%%%
86f6a31e 7
37839e7a
MW
8%%%----- Licensing notice ---------------------------------------------------
9%%%
10%%% This file is part of the `mdwtools' LaTeX package collection.
11%%%
12%%% `mdwtools' is free software: you can redistribute it and/or modify it
13%%% under the terms of the GNU General Public License as published by the
14%%% Free Software Foundation; either version 2 of the License, or (at your
15%%% option) any later version.
16%%%
17%%% `mdwtools' is distributed in the hope that it will be useful, but
18%%% WITHOUT ANY WARRANTY; without even the implied warranty of
19%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20%%% General Public License for more details.
21%%%
22%%% You should have received a copy of the GNU General Public License
23%%% along with `mdwtools'. If not, write to the Free Software Foundation,
24%%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
86f6a31e 25
26\def\batchfile{mdwtools.ins}
27\input docstrip
28\keepsilent
29
30\preamble
31
32IMPORTANT NOTICE
33\endpreamble
34
37839e7a 35{ %% This is a group so that docstrip \reads it all in one go.
86f6a31e 36 \ifx\generate\mdwxxnotdef
37 \gdef\mdwgen#1{#1}
38 \gdef\mdwf#1#2{\generateFile{#1}{n}{#2}}
39 \gdef\needed#1{}
40 \else
41 \global\let\mdwgen\generate
42 \global\def\mdwf{\file}
43 \global\askforoverwritefalse
44 \fi
86f6a31e 45}
46
eafdddad 47\mdwgen{\mdwf {at.sty} {\from {at.dtx} {package}}
37839e7a
MW
48%
49 \mdwf {centre.sty} {\from {centre.dtx} {package}}
50%
51 \mdwf {cmtt.sty} {\from {cmtt.dtx} {sty}}
52 \mdwf {mttenc.def} {\from {cmtt.dtx} {def}}
53 \mdwf {mttcmtt.fd} {\from {cmtt.dtx} {fd}}
54%
55 \mdwf {colour.sty} {\from {colour.dtx} {package}}
56%
57 \mdwf {crypto.sty} {\from {crypto.dtx} {package}}
58%
59 \mdwf {doafter.sty} {\needed{mdwtab.dtx}
60 \needed{footnote.dtx}
eafdddad 61 \needed{syntax.dtx}
37839e7a
MW
62 \from {doafter.dtx} {package,latex2e}}
63 \mdwf {doafter.tex} {\from {doafter.dtx} {package,plain}}
64%
65 \mdwf {exercise.sty} {\from {exercise.dtx} {package}}
66%
67 \mdwf {footnote.sty} {\from {footnote.dtx} {package}}
68%
83b69571 69 \mdwf {mdwkey.sty} {\from {mdwkey.dtx} {package}}
70 \mdwf {mdwkey.tex} {\from {mdwkey.dtx} {package,plain}}
37839e7a
MW
71%
72 \mdwf {mdwlist.sty} {\from {mdwlist.dtx} {package}}
73%
74 \mdwf {mdwmath.sty} {\from {mdwmath.dtx} {package}}
75%
76 \mdwf {mdwref.sty} {\from {mdwref.dtx} {package}}
77%
78 \mdwf {mdwtab.sty} {\from {mdwtab.dtx} {mdwtab}
79 \from {footnote.dtx} {macro}
eafdddad 80 \from {doafter.dtx} {macro}}
37839e7a 81 \mdwf {mathenv.sty} {\from {mdwtab.dtx} {mathenv}}
eafdddad
MW
82 \mdwf {mtcolor.sty} {\from {mdwtab.dtx} {color}}
83 \mdwf {mtcolour.sty} {\from {mdwtab.dtx} {colour}}
37839e7a
MW
84%
85 \mdwf {mdwthm.sty} {\from {mdwthm.dtx} {package}}
86 \mdwf {mdwmargin.thm} {\from {mdwthm.dtx} {thmstyle}}
87%
88 \mdwf {poetry.sty} {\from {poetry.dtx} {package}}
89%
90 \mdwf {slowbox.sty} {\from {slowbox.dtx} {package}}
91%
eafdddad
MW
92 \mdwf {sverb.sty} {\from {sverb.dtx} {package}}
93 \mdwf {svcolor.sty} {\from {sverb.dtx} {color}}
94 \mdwf {svcolour.sty} {\from {sverb.dtx} {colour}}
95 \mdwf {svsplit.sty} {\from {sverb.dtx} {split}}
37839e7a
MW
96%
97 \mdwf {syntax.sty} {\from {syntax.dtx} {package}
98 \from {doafter.dtx} {macro}}
86f6a31e 99}
100
101\Msg{Done!}