summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins')
-rw-r--r--Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins31
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins b/Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins
deleted file mode 100644
index f26acf7ee73..00000000000
--- a/Master/texmf-dist/source/latex/tcldoc/tools/sourcedtx.ins
+++ /dev/null
@@ -1,31 +0,0 @@
-% sourcedtx.ins --- DOCSTRIP installation script for sourcedtx.tcl.
-\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
-
-This file is put in the public domain. Note however that
-**************************************
-* This Source is not the True Source *
-**************************************
-the true source is the file from which this one was generated.
-
-\endpreamble
-
-\postamble
-\endpostamble
-
-% Actually make sourcedtx.tcl:
-\generate{
- \file{sourcedtx.tcl}{\from{sourcedtx.dtx}{pkg}}
-}
-
-
-\end