summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-08 22:56:47 +0000
committerKarl Berry <karl@freefriends.org>2008-08-08 22:56:47 +0000
commit2edb5e08df5d5d06500ed916c0e4b8a18e0c653c (patch)
tree27a768504079b874c9d7dd3071238cf8fadceca4 /Master/texmf-doc/source
parentf3fc0bdd6a7b58dc2a57b11613394232cbe799eb (diff)
regenerate with new tex4ht + \Thanh fix
git-svn-id: svn://tug.org/texlive/trunk@10191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r--Master/texmf-doc/source/texlive/texlive-en/Makefile10
-rw-r--r--Master/texmf-doc/source/texlive/texlive-en/tex-live.sty6
-rw-r--r--Master/texmf-doc/source/texlive/texlive-pl/Makefile69
-rw-r--r--Master/texmf-doc/source/texlive/texlive-pl/tex-livep.sty4
-rw-r--r--Master/texmf-doc/source/texlive/texlive-ru/Makefile77
5 files changed, 11 insertions, 155 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-en/Makefile b/Master/texmf-doc/source/texlive/texlive-en/Makefile
index 43341098535..170161df9c3 100644
--- a/Master/texmf-doc/source/texlive/texlive-en/Makefile
+++ b/Master/texmf-doc/source/texlive/texlive-en/Makefile
@@ -37,7 +37,6 @@ realclean: clean
insttop = ../../../doc
instfiles = $(doc)*html $(doc).css $(doc).pdf
-copyfiles = *.png
install:
# lang=`dirname \`pwd\` | sed 's,.*/,,'`;
lang=$(lang); \
@@ -47,14 +46,7 @@ install:
for f in $(instfiles); do \
cmp -s $$f $$instdir/$$f && rm -v $$f && continue; \
mv -v $$f $$instdir/$$f; \
- done; \
- lang=$(lang); \
- tldir=`pwd | sed 's,.*/,,'`; \
- instdir=$(insttop)/$$lang/$$tldir; \
- for f in $(copyfiles); do \
- cmp -s $$f $$instdir/$$f && continue; \
- cp -v $$f $$instdir/$$f; \
- done; echo "$$instdir"
+ done
# don't use these, they don't work.
diff --git a/Master/texmf-doc/source/texlive/texlive-en/tex-live.sty b/Master/texmf-doc/source/texlive/texlive-en/tex-live.sty
index bf14d1b29b3..8c8e982a608 100644
--- a/Master/texmf-doc/source/texlive/texlive-en/tex-live.sty
+++ b/Master/texmf-doc/source/texlive/texlive-en/tex-live.sty
@@ -3,7 +3,7 @@
% Public domain.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{tex-live}[2005/09/24 v1.5 TeX Live documentation style]
+\ProvidesPackage{tex-live}[2008/08/08 v1.6 TeX Live documentation style]
%
\RequirePackage{alltt}
\RequirePackage{array}
@@ -153,7 +153,9 @@
\def\TypeI{Type~1}
\def\VFtoVP{\cmdname{VFtoVP}\null}
\def\VPtoVF{\cmdname{VPtoVF}\null}
-\def\Thanh{H\`an~Th\^e\llap{\raise 0.5ex\hbox{\'{}}}~Th\`anh}
+\def\Thanh{H\`an~Th\ifx % get Unicode char in tex4ht's HTML output
+ \HCode\UnDef\^e\llap{\raise 0.5ex\hbox{\'{}}}\else
+ \HCode{\string&\#x1EBF;}\fi~Th\`anh}
\def\XEmTeX{\textrm{XEm}\TeX\xspace}
\def\XEmacs{\textrm{XEmacs}\xspace}
\def\XeTeX{Xe\TeX\xspace}
diff --git a/Master/texmf-doc/source/texlive/texlive-pl/Makefile b/Master/texmf-doc/source/texlive/texlive-pl/Makefile
index 4da95d76a4f..4f0d8cc9985 100644
--- a/Master/texmf-doc/source/texlive/texlive-pl/Makefile
+++ b/Master/texmf-doc/source/texlive/texlive-pl/Makefile
@@ -1,68 +1,3 @@
-# $Id$
-# Makefile for TeX Live documentation. Public domain.
+include ../texlive-en/Makefile
doc = texlive-pl
-
-all: pdf html
-
-env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS;
-
-pdf:
- rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
-
-html:
- rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out *.4tc
-# this sequence is equivalent to running "ht latex $(doc)". We do it
-# this way so we can \def\Status for the \ifcase in tex-live.sty.
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) tex4ht $(doc)
- $(env) t4ht $(doc)
-
-clean:
- rm -f *.aux *.log *.blg *.toc *.out *.lot tex4ht.ps *.4*
- rm -f *.xref* *.lg *.idv *.out *.otc *.tmp tmp.*
- rm -f live.dvi live.ps
-
-realclean: clean
- rm -f live.pdf
- rm -f *.html *.htm *.css *.gif *.jpg
-
-
-insttop = ../../../doc
-instfiles = live*html live.css *.png live.pdf
-install:
- lang=`dirname \`pwd\` | sed 's,.*/,,'`; \
- tldir=`pwd | sed 's,.*/,,'`; \
- instdir=$(insttop)/$$lang/$$tldir; \
- echo tldoc install to $$instdir; \
- for f in $(instfiles); do \
- cmp -s $$f $$instdir/$$f && continue; \
- p4 edit $$instdir/$$f; \
- cp $$f $$instdir/$$f; \
- done
- @echo "Don't forget to p4 submit."
-
-
-# don't use these, they don't work.
-dvi:
- rm -f *.aux *.toc
- latex '\nonstopmode\def\Status{0}\input $(doc)'
- latex '\nonstopmode\def\Status{0}\input $(doc)'
- latex '\nonstopmode\def\Status{0}\input $(doc)'
-
-baskerville:
- rm -f *.aux *.toc
- latex '\def\Status{3}\input $(doc)'
- latex '\def\Status{3}\input $(doc)'
- latex '\def\Status{3}\input $(doc)'
-
-tugboat:
- rm -f *.aux *.toc
- latex '\def\Status{4}\input $(doc)'
- latex '\def\Status{4}\input $(doc)'
- latex '\def\Status{4}\input $(doc)'
+lang = polish
diff --git a/Master/texmf-doc/source/texlive/texlive-pl/tex-livep.sty b/Master/texmf-doc/source/texlive/texlive-pl/tex-livep.sty
index 07e43d26558..e81908a5d47 100644
--- a/Master/texmf-doc/source/texlive/texlive-pl/tex-livep.sty
+++ b/Master/texmf-doc/source/texlive/texlive-pl/tex-livep.sty
@@ -155,7 +155,9 @@
\def\TypeI{Type~1}
\def\VFtoVP{\cmdname{VFtoVP}\null}
\def\VPtoVF{\cmdname{VPtoVF}\null}
-\def\Thanh{H\`an~Th\^e\llap{\raise 0.5ex\hbox{\'{}}}~Th\`anh}
+\def\Thanh{H\`an~Th\ifx % get Unicode char in tex4ht's HTML output
+ \HCode\UnDef\^e\llap{\raise 0.5ex\hbox{\'{}}}\else
+ \HCode{\string&\#x1EBF;}\fi~Th\`anh}
\def\XEmTeX{\textrm{XEm}\TeX\xspace}
\def\XEmacs{\textrm{XEmacs}\xspace}
\def\XeTeX{Xe\TeX\xspace}
diff --git a/Master/texmf-doc/source/texlive/texlive-ru/Makefile b/Master/texmf-doc/source/texlive/texlive-ru/Makefile
index 809e9051877..93708128b74 100644
--- a/Master/texmf-doc/source/texlive/texlive-ru/Makefile
+++ b/Master/texmf-doc/source/texlive/texlive-ru/Makefile
@@ -1,78 +1,3 @@
-# $Id: Makefile 9827 2008-07-27 23:05:40Z karl $
-# Makefile for TeX Live documentation. Public domain.
+include ../texlive-en/Makefile
doc = texlive-ru
lang = russian
-
-all: pdf html
-
-env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS;
-
-pdf:
- rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
- $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
-
-html:
- rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out *.4tc
-# this sequence is equivalent to running "ht latex $(doc)". We do it
-# this way so we can \def\Status for the \ifcase in tex-live.sty.
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
- $(env) tex4ht $(doc)
- $(env) t4ht $(doc)
-
-clean:
- rm -f *.aux *.log *.blg *.toc *.out *.lot tex4ht.ps *.4*
- rm -f *.xref* *.lg *.idv *.out *.otc *.tmp tmp.*
- rm -f $(doc).dvi $(doc).ps
-
-realclean: clean
- rm -f $(doc).pdf
- rm -f *.html *.htm $(doc).css *.gif *.jpg
-
-
-insttop = ../../../doc
-instfiles = $(doc)*html $(doc).css $(doc).pdf
-copyfiles = *.png
-install:
-# lang=`dirname \`pwd\` | sed 's,.*/,,'`;
- lang=$(lang); \
- tldir=`pwd | sed 's,.*/,,'`; \
- instdir=$(insttop)/$$lang/$$tldir; \
- echo tldoc install to $$instdir; \
- for f in $(instfiles); do \
- cmp -s $$f $$instdir/$$f && rm -v $$f && continue; \
- mv -v $$f $$instdir/$$f; \
- done; \
- lang=$(lang); \
- tldir=`pwd | sed 's,.*/,,'`; \
- instdir=$(insttop)/$$lang/$$tldir; \
- for f in $(copyfiles); do \
- cmp -s $$f $$instdir/$$f && continue; \
- cp -v $$f $$instdir/$$f; \
- done; echo "$$instdir"
-
-
-# don't use these, they don't work.
-dvi:
- rm -f *.aux *.toc
- latex '\nonstopmode\def\Status{0}\input $(doc)'
- latex '\nonstopmode\def\Status{0}\input $(doc)'
- latex '\nonstopmode\def\Status{0}\input $(doc)'
-
-baskerville:
- rm -f *.aux *.toc
- latex '\def\Status{3}\input $(doc)'
- latex '\def\Status{3}\input $(doc)'
- latex '\def\Status{3}\input $(doc)'
-
-tugboat:
- rm -f *.aux *.toc
- latex '\def\Status{4}\input $(doc)'
- latex '\def\Status{4}\input $(doc)'
- latex '\def\Status{4}\input $(doc)'
-