diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
commit | ecf966f305f6aeff2bbdf42c82d8425921aa9eda (patch) | |
tree | db606a57e3619610e4c35cae849d41cf4e0937d5 /Master/texmf-dist/source/latex/tcldoc/tclldoc.ins | |
parent | ac3c55a3216b5988f0e48ba9414ddb059f19a699 (diff) |
source 1
git-svn-id: svn://tug.org/texlive/trunk@105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tcldoc/tclldoc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tcldoc/tclldoc.ins | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tcldoc/tclldoc.ins b/Master/texmf-dist/source/latex/tcldoc/tclldoc.ins new file mode 100644 index 00000000000..aeb0a96841a --- /dev/null +++ b/Master/texmf-dist/source/latex/tcldoc/tclldoc.ins @@ -0,0 +1,51 @@ +% This file is the docstrip installation script for the tclldoc package. +% +% It may be distributed under the conditions of the LaTeX +% Project Public License, either version 1.2 of this license or +% (at your option) any later version. The latest version of this +% license is in +% http://www.latex-project.org/lppl.txt +% and version 1.2 or later is part of all distributions of LaTeX +% version 1999/12/01 or later. +% +% Copyright 2000 2001 Lars Hellstr\"om + +\input docstrip.tex + +\preamble + +This file may be distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.2 of this +license or (at your option) any later version. The latest version +of this license is in + http://www.latex-project.org/lppl.txt +and version 1.2 or later is part of all distributions of LaTeX +version 1999/12/01 or later. + +This file may only be distributed together with a copy of the source +file from which it was generated. You may distribute that source file +without this generated file. + +\endpreamble + +\usedir{tex/latex/tclldoc} + +\keepsilent + +\generate{% + \file{tclldoc.cls}{% + \from{tclldoc.dtx}{class} + }% + \file{tclldoc.sty}{% + \from{tclldoc.dtx}{pkg} + }% + \file{tcldoc.cls}{% + \from{tclldoc.dtx}{compclass} + }% + \file{tcldoc.sty}{% + \from{tclldoc.dtx}{comppkg} + }% +} + +\endbatchfile +\endinput |