diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:49:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:49:28 +0000 |
commit | d780c57e68c80655669a3b01af46b9978f5698ef (patch) | |
tree | 7eb9b6d2291e813296b41ae01eb7872442b78e9d /Master/texmf-dist/source/generic/textmerg/textmerg.ins | |
parent | 465c3a91c12b03e3e44ed760e4356fa340f830b8 (diff) |
trunk/Master/texmf-dist/source/generic
git-svn-id: svn://tug.org/texlive/trunk@115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/textmerg/textmerg.ins')
-rw-r--r-- | Master/texmf-dist/source/generic/textmerg/textmerg.ins | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/textmerg/textmerg.ins b/Master/texmf-dist/source/generic/textmerg/textmerg.ins new file mode 100644 index 00000000000..4f53580fd0a --- /dev/null +++ b/Master/texmf-dist/source/generic/textmerg/textmerg.ins @@ -0,0 +1,69 @@ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% +%% IMPORTANT NOTICE: +%% +%% No other permissions to copy or distribute this file in any form +%% are granted and in particular no permission to modify its contents. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{textmerg.ins} +\input docstrip.tex +\preamble + +Copyright (C) 1992,1994 Mike Piff, University of Sheffield, England + +This file is now placed in the public domain. You are encouraged to +distribute it together with the sources from which it was generated. + +\endpreamble + +\keepsilent + +\Msg{*** Generating the package file ***} + +\generateFile{textmerg.sty}{f}{\from{textmerg.dtx}{textmerg}} + +\Msg{*** Generating the plain TeX file ***} + +\generateFile{textmerg.tex}{f}{\from{textmerg.dtx}{plain}} + +\preamble +\endpreamble + +\Msg{*** Generating the documentation driver ***} + +\generateFile{textmerg.drv}{f}{\from{textmerg.dtx}{driver}} + +\Msg{*** Generating example files ***} + +\generateFile{tmexamp1.tex}{f}{\from{textmerg.dtx}{examp}} +\generateFile{tmexamp2.tex}{f}{\from{textmerg.dtx}{example}} +\generateFile{tmexampp.tex}{f}{\from{textmerg.dtx}{plainexample}} + +\Msg{*** Generating data files ***} +%%These must be verbatim copies, so... +\makeatletter +\let\WritePreamble\@gobble +\let\WritePostamble\@gobble + +\generateFile{results.dat}{f}{\from{textmerg.dtx}{results}} +\generateFile{silly.dat}{f}{\from{textmerg.dtx}{silly}} + + +\ifToplevel{% +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the files} +\Msg{* textmerg.sty and textmerg.tex into a directory searched by TeX.} +\Msg{* To produce the documentation, run the file textmerg.drv through LaTeX.} +\Msg{* To see examples, run the files tmexamp1.tex and tmexamp2.tex LaTeX,} +\Msg{* or tmexampp.tex through plain TeX.} +\Msg{***********************************************************} +} + +\endinput |