summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/progkeys/keywords.ins
blob: 94e432e3c309bc8b7361e4898960e12b84f16445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\def\ifToplevel#1{#1}

%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
%% --------------- start of docstrip commands ------------------
%%
\def\batchfile{keywords.ins}
\input docstrip.tex
\preamble

Copyright: Miguel Alabau, 1995 \space\space\space Miguel.Alabau@labri.u-bordeaux.fr

\endpreamble
\keepsilent

\Msg{\space\space\space\space *******************************************}
\Msg{\space\space\space\space **       keywords utility}
\Msg{\space\space\space\space *******************************************}
\Msg{}

\Msg{*** Generating the driver files ***}
\generateFile{keywords.drv}{f}{\from{keywords.doc}{driver}}

\Msg{*** Generating the document package files ***}
\generateFile{keywords.sty}{f}{\from{keywords.doc}{style}}

\Msg{*** Generating the index files for producing the documentation crossrefs ***}
\generateFile{keywords.ist}{f}{\from{keywords.doc}{index}}

\ifToplevel{
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space\space\space keywords.sty}
\Msg{*}
\Msg{* To produce the documentation of the 'keywords' utility,}
\Msg{* perform as follows:}
\Msg{* \space\space\space\space - run three times keywords.drv through LaTeX}
\Msg{* \space\space\space\space - then run 'makeindex -s keywords.ist keywords.idx'}
\Msg{* \space\space\space\space - then run once keywords.drv through LaTeX}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
}

\endinput