summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-30 21:30:06 +0000
committerKarl Berry <karl@freefriends.org>2020-09-30 21:30:06 +0000
commit2e3fde47ddb7b29ee2f0587f2df92891dbc377bc (patch)
treec33511a33d3772f64ba9aaba164d979efa07b053 /Master/texmf-dist/doc
parentfc9117a56d131ac50cccb9ce74115714ce105ef7 (diff)
youngtab now generic (30sep20)
git-svn-id: svn://tug.org/texlive/trunk@56494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/youngtab/README (renamed from Master/texmf-dist/doc/latex/youngtab/README)0
-rwxr-xr-x[-rw-r--r--]Master/texmf-dist/doc/generic/youngtab/makeydoc (renamed from Master/texmf-dist/doc/latex/youngtab/makeydoc)0
-rw-r--r--Master/texmf-dist/doc/generic/youngtab/youngtab.el (renamed from Master/texmf-dist/doc/latex/youngtab/youngtab.el)0
-rw-r--r--Master/texmf-dist/doc/generic/youngtab/youngtab.pdf (renamed from Master/texmf-dist/doc/latex/youngtab/youngtab.pdf)bin166158 -> 166158 bytes
-rw-r--r--Master/texmf-dist/doc/generic/youngtab/youngtab.tex (renamed from Master/texmf-dist/doc/latex/youngtab/youngtab.tex)0
-rwxr-xr-xMaster/texmf-dist/doc/latex/youngtab/makeydoc.bat45
6 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/youngtab/README b/Master/texmf-dist/doc/generic/youngtab/README
index 5facde72a07..5facde72a07 100644
--- a/Master/texmf-dist/doc/latex/youngtab/README
+++ b/Master/texmf-dist/doc/generic/youngtab/README
diff --git a/Master/texmf-dist/doc/latex/youngtab/makeydoc b/Master/texmf-dist/doc/generic/youngtab/makeydoc
index d0fda75af83..d0fda75af83 100644..100755
--- a/Master/texmf-dist/doc/latex/youngtab/makeydoc
+++ b/Master/texmf-dist/doc/generic/youngtab/makeydoc
diff --git a/Master/texmf-dist/doc/latex/youngtab/youngtab.el b/Master/texmf-dist/doc/generic/youngtab/youngtab.el
index 458049e8e2f..458049e8e2f 100644
--- a/Master/texmf-dist/doc/latex/youngtab/youngtab.el
+++ b/Master/texmf-dist/doc/generic/youngtab/youngtab.el
diff --git a/Master/texmf-dist/doc/latex/youngtab/youngtab.pdf b/Master/texmf-dist/doc/generic/youngtab/youngtab.pdf
index b91f4ae4e90..b91f4ae4e90 100644
--- a/Master/texmf-dist/doc/latex/youngtab/youngtab.pdf
+++ b/Master/texmf-dist/doc/generic/youngtab/youngtab.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/youngtab/youngtab.tex b/Master/texmf-dist/doc/generic/youngtab/youngtab.tex
index 895a7c3267b..895a7c3267b 100644
--- a/Master/texmf-dist/doc/latex/youngtab/youngtab.tex
+++ b/Master/texmf-dist/doc/generic/youngtab/youngtab.tex
diff --git a/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat b/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
deleted file mode 100755
index da46a730a8f..00000000000
--- a/Master/texmf-dist/doc/latex/youngtab/makeydoc.bat
+++ /dev/null
@@ -1,45 +0,0 @@
-@echo off
-rem MAKEYDOC.BAT (FOR MSDOS)
-
-rem Everything after a `rem' is ignored
-
-
-rem ----------------- create a `ltxdoc.cfg': --------------------------
-
-rem Edit the next line for options to pass to the class:
-echo \PassOptionsToClass{a4paper}{article} > ltxdoc.cfg
-echo \batchmode >> ltxdoc.cfg
-
-rem The next lines produce full indexes and change logs
-rem you may not want those:
-
-rem echo \AtBeginDocument{\RecordChanges} >> ltxdoc.cfg
-rem echo \AtEndDocument{\PrintChanges} >> ltxdoc.cfg
-echo \AtBeginDocument{\CodelineIndex\EnableCrossrefs} >> ltxdoc.cfg
-echo \AtEndDocument{\PrintIndex} >> ltxdoc.cfg
-echo \AtEndDocument{\addcontentsline{toc}{section}{Index}} >> ltxdoc.cfg
-
-rem If you do not want any code listings, just documentation, then instead
-rem of the lines above, uncomment the following:
-
-rem echo \AtBeginDocument{\OnlyDescription} >> ltxdoc.cfg
-
-rem ---------- latex the documentation using `ltxdoc.cfg': --------------
-
-echo 1st latex youngtab.dtx
-latex youngtab.dtx
-
-echo 2nd latex youngtab.dtx
-latex youngtab.dtx
-
-echo If you don't have Makeindex, exit now!
-echo makeindx -s gind.ist youngtab.idx
-makeindx -s gind.ist youngtab.idx
-rem or: echo makeidx -s gind.ist youngtab.idx
-rem or: makeidx -s gind.ist youngtab.idx
-
-echo 3rd latex youngtab.dtx
-latex youngtab.dtx
-
-echo +++++++++++++ all done! ++++++++++++
-