diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-04-04 13:44:36 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-04-04 13:44:36 +0000 |
commit | 4bb025fe6ea441f814e6765519a0d66eeb763344 (patch) | |
tree | 799e9a60ca54c77aad39062c6e3a75464b768492 /Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins | |
parent | 219d8e5ef3186a2e4847b387fc616c46065859ce (diff) |
tcldoc update (new PDF doc + tlpkg-ctan-check)
git-svn-id: svn://tug.org/texlive/trunk@21959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins')
-rw-r--r-- | Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins b/Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins new file mode 100644 index 00000000000..645dc77f8a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tcldoc/examples/parsetcl.ins @@ -0,0 +1,54 @@ +% parsetcl.ins --- DOCSTRIP installation script for parsetcl. +\input docstrip + +% Redefine the \MetaPrefix; it should be something which starts a +% until-end-of-line comment: +\edef\MetaPrefix{\string#\string#} + + +% Redefine the file preamble and postamble; this is necessary because +% otherwise the old \metaPrefix is inserted at the beginning of these +% lines. +\preamble + +In other words: + *************************************** + * This Source is not the True Source. * + *************************************** +The True Source is parsetcl.dtx in + http://ftp.ctan.org/tex-archive/macros/latex/contrib/tclldoc/examples + +It is preferred that you apply the distribution and modification +conditions of the LaTeX Project Public License (LPPL) for this file, +but you may alternatively choose to apply BSD/Tcl-style license +conditions (either is OK). The latest version of the LPPL 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. + +\endpreamble + +\postamble +\endpostamble + + +% Actually make the files: +\generate{ + \file{parsetcl.tcl}{\from{parsetcl.dtx}{pkg}} +} + + +\Msg{} +\Msg{************************************************} +\Msg{*} +\Msg{* To complete installation,} +\Msg{* place parsetcl.tcl in a Tcl library directory} +\Msg{* and run pkg_mkIndex to rebuild the package} +\Msg{* index.} +\Msg{*} +\Msg{************************************************} +\Msg{} + + +\end + |