blob: eead38f53ef89ad872d76f195155d4b27cde646d (
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
|
% ydoc.ins
% Copyright (c) 2010 by Martin Scharrer <martin@scharrer-online.de>
% WWW: http://latex.scharrer-online.de/
% See file 'ydoc.dtx' for copyright and licence information.
% $Id: ydoc.ins 1846 2010-04-10 10:41:21Z martin $
\input docstrip
\keepsilent
\askforoverwritefalse
\preamble
\endpreamble
\generate{%
\file{ydoc.cls}{\from{ydoc.dtx}{class}}%
\file{ydoc.sty}{\from{ydoc.dtx}{package}}%
\file{ydoc-code.sty}{\from{ydoc.dtx}{code}}%
\file{ydoc-desc.sty}{\from{ydoc.dtx}{desc}}%
\file{ydoc-expl.sty}{\from{ydoc.dtx}{expl}}%
\file{ydoc-doc.sty}{\from{ydoc.dtx}{doc}}%
}
\endbatchfile
% vim: ft=tex
|