diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/invoice2/invoice2.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/invoice2/invoice2.ins | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/invoice2/invoice2.ins b/Master/texmf-dist/source/latex/invoice2/invoice2.ins new file mode 100644 index 00000000000..439925a60e2 --- /dev/null +++ b/Master/texmf-dist/source/latex/invoice2/invoice2.ins @@ -0,0 +1,54 @@ +\iffalse meta-comment + +File invoice2.ins Copyright (C) 2017 Simon Dierl + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +\fi + +\input l3docstrip.tex +\askforoverwritefalse + +\preamble + +Copyright (C) 2017 Simon Dierl + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +\endpreamble +% stop docstrip adding \endinput +\postamble +\endpostamble + +\keepsilent + +\generate{\file{invoice2.sty} {\from{invoice2.dtx} {package}}} +\generate{\file{invoice2-english.trsl} {\from{invoice2.dtx} {dictEnglish}}} +\generate{\file{invoice2-german.trsl} {\from{invoice2.dtx} {dictGerman}}} + +\nopreamble\nopostamble +\generate{\file{README.txt} {\from{invoice2.dtx} {readme}}} + +\endbatchfile |