diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/newverbs/newverbs.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/newverbs/newverbs.ins | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/newverbs/newverbs.ins b/Master/texmf-dist/source/latex/newverbs/newverbs.ins index 7fb81c14d49..a40a13d6acb 100644 --- a/Master/texmf-dist/source/latex/newverbs/newverbs.ins +++ b/Master/texmf-dist/source/latex/newverbs/newverbs.ins @@ -1,34 +1,12 @@ -% $Id$ -% -% Copyright (c) 2010 by Martin Scharrer <martin@scharrer-online.de> -% WWW: http://latex.scharrer-online.de/ +% Copyright (c) 2010-2012 by Martin Scharrer <martin@scharrer-online.de> % See file 'newverbs.dtx' for copyright and licence information. -\let\originput\input -\input docstrip - -\declarepreamble\dtxpreamble -\endpreamble - -\def\prewrapper{\string\declarepreamble\string\dtxpreamble^^J} -\def\postwrapper{^^J\string\endpreamble} - +\input ydocstrip \askforoverwritefalse -\def\gobble#1{} - -% Extract copyright message from DTX file and use it as preamble for all (real) source files -\generate{% - \let\MetaPrefix\empty - \file{newverbs.tmp}{\usepreamble\prewrapper\usepostamble\postwrapper\from{newverbs.dtx}{copyright}}% -} -\originput newverbs.tmp - -\usepreamble\dtxpreamble - \generate{% - \file{newverbs.sty}{\from{newverbs.dtx}{package}}% + \file{newverbs.sty}{\from{newverbs.dtx}{newverbs.sty}}% } \endbatchfile |