diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-16 20:51:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-16 20:51:17 +0000 |
commit | 3f6d5a9193230d67af9c184cc8cc6874456d2e7f (patch) | |
tree | cd335e9521ebce0ca35d19d59bb1c0d9378ee9df /Master/texmf-dist/source/latex/invoice2/invoice2.ins | |
parent | 1d94e11374efd2df67fc1f555b35b0ba661edb94 (diff) |
invoice2 (16jul17)
git-svn-id: svn://tug.org/texlive/trunk@44821 c570f23f-e606-0410-a88d-b1316a301751
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 |