summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/dialogl/dialogl.ins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-20 22:23:40 +0000
committerKarl Berry <karl@freefriends.org>2011-01-20 22:23:40 +0000
commit07899da1626d7e1e1d782a72ece3588442da6c7e (patch)
treed5b1de235090a5af9517f8525a508dfb4f4c8a6f /Master/texmf-dist/source/latex/dialogl/dialogl.ins
parent26a263f4b5fc1171444b7d04d05b1831317f36b5 (diff)
rm dialogl, noinfo license, author sadly deceased
git-svn-id: svn://tug.org/texlive/trunk@21137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/dialogl/dialogl.ins')
-rw-r--r--Master/texmf-dist/source/latex/dialogl/dialogl.ins48
1 files changed, 0 insertions, 48 deletions
diff --git a/Master/texmf-dist/source/latex/dialogl/dialogl.ins b/Master/texmf-dist/source/latex/dialogl/dialogl.ins
deleted file mode 100644
index 7e3ef26075f..00000000000
--- a/Master/texmf-dist/source/latex/dialogl/dialogl.ins
+++ /dev/null
@@ -1,48 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}%
-\def\batchfile{dialogl.ins}
-\input docstrip.tex
-\preamble
-\endpreamble
-
-\keepsilent
-
-% Fix up catcodes of the upper 128 characters just in case someone
-% has an early release of LaTeX2e. (pre June 1994 patch-level 2)
-{\makeatletter
-\def\do{\global\catcode\count@\@tempa \advance\count@\@ne
- \ifnum\count@>\@cclv \expandafter\@gobble\fi \do}%
-\count@=128 \chardef\@tempa=12 \do}
-
-\csname newtoks\endcsname\filesmsg
-\def\dofile#1#2#3{\generateFile{#1}{t}{\from{#2}{#3}}%
- \filesmsg\expandafter{\the\filesmsg \Msg{* \space\space#1}}}
-
-\dofile{dialog.sty}{dialog.dtx}{2e}
-\dofile{menus.sty}{menus.dtx}{2e}
-\dofile{grabhedr.sty}{grabhedr.dtx}{2e}
-% Listout.tex incorporates copies of grabhedr.sty, dialog.sty,
-% menus.sty with certain inconvenient lines removed, so that a single
-% version of listout.tex will run equally well under plain TeX, LaTeX
-% 209, or LaTeX2e. (And it runs slightly faster as it doesn't need to
-% find those files at run-time).
-\generateFile{listout.tex}{t}{%
- \from{grabhedr.dtx}{}%
- \from{dialog.dtx}{}%
- \from{menus.dtx}{}%
- \from{listout.dtx}{}%
-}%
-\filesmsg\expandafter{\the\filesmsg \Msg{* \space\space listout.tex}}
-
-\ifToplevel{
-\Msg{******************************************************************}
-\Msg{*}
-\Msg{* To finish the installation you need to move the following files}
-\Msg{* to a LaTeX input files area (the name of this area will vary}
-\Msg{* depending on your system):}
-\Msg{*}
-\the\filesmsg
-\Msg{*}
-\Msg{******************************************************************}
-}
-
-\endinput