diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/minted/minted.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/minted/minted.ins | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/minted/minted.ins b/Master/texmf-dist/source/latex/minted/minted.ins index 6efb25c770c..0e9249c1c53 100644 --- a/Master/texmf-dist/source/latex/minted/minted.ins +++ b/Master/texmf-dist/source/latex/minted/minted.ins @@ -3,6 +3,7 @@ \askforoverwritefalse \preamble +Copyright 2013--2015 Geoffrey M. Poore Copyright 2010--2011 Konrad Rudolph This work may be distributed and/or modified under the @@ -18,7 +19,7 @@ license. This work has the LPPL maintenance status `maintained'. -The Current Maintainer of this work is Konrad Rudolph. +The Current Maintainer of this work is Geoffrey Poore. This work consists of the files minted.dtx and minted.ins and the derived file minted.sty. @@ -26,7 +27,10 @@ and the derived file minted.sty. \usedir{tex/latex/minted} -\generate{\file{minted.sty}{\from{minted.dtx}{package}}} +\generate{% + \file{minted.sty}{\from{minted.dtx}{package}}% + \file{minted1.sty}{\from{minted.dtx}{packageone}}% +} \endbatchfile % vim: ft=tex |