blob: f26acf7ee73bb03f8ddeb2e4b0865369aff4f244 (
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
|
% sourcedtx.ins --- DOCSTRIP installation script for sourcedtx.tcl.
\input docstrip
% Redefine the \MetaPrefix; it should be something which starts a
% until-end-of-line comment:
\edef\MetaPrefix{\string#\string#}
% Redefine the file preamble and postamble; this is necessary because
% otherwise the old \metaPrefix is inserted at the beginning of these
% lines.
\preamble
This file is put in the public domain. Note however that
**************************************
* This Source is not the True Source *
**************************************
the true source is the file from which this one was generated.
\endpreamble
\postamble
\endpostamble
% Actually make sourcedtx.tcl:
\generate{
\file{sourcedtx.tcl}{\from{sourcedtx.dtx}{pkg}}
}
\end
|