summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/texlive-ja
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-15 18:10:11 +0000
committerKarl Berry <karl@freefriends.org>2020-03-15 18:10:11 +0000
commitf103e364e1ee6db020b35e817f86074c0e7c336f (patch)
tree4599def2e92afd20f4c14bf926156e3f5620dc62 /Master/texmf-dist/doc/texlive/texlive-ja
parentc1935b1a1ac3e4d1c4b6ca6dd432d8ae0b0cc9d5 (diff)
Make somewhat more modern HTML output for the TL Guide (English).
* Makefile (tlpre, pdflatex, pdflatex_opts, texfot_pdf, texfot_html): new variables to generalize invocations. (pdf): use them. (html): use htlatex, and those vars, instead of running each separately, so we can (most importantly) specify the html5 option and get a viewport declaration in the output for phones. (pdf1): use vars. * live4ht.cfg (\Preamble): options now specified in htlatex invocation instead of here. * tex-live.sty (\tlimage): remove, not used. (\tlpng): don't include a tiny bb, which makes the images tiny in the output; omit any bb at all and live with the resulting warning, since the HTML output is then best. (\Status=2): read live4ht.cfg from htlatex invocation instead of here. texlive-ja/Makefile: bonus commit of new file. git-svn-id: svn://tug.org/texlive/trunk@54322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/texlive/texlive-ja')
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-ja/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-ja/Makefile b/Master/texmf-dist/doc/texlive/texlive-ja/Makefile
new file mode 100644
index 00000000000..224f8eeef41
--- /dev/null
+++ b/Master/texmf-dist/doc/texlive/texlive-ja/Makefile
@@ -0,0 +1,23 @@
+# $Id$
+# public domain
+doc = texlive-ja
+latex = uplatex
+post = && dvipdfmx $(doc)
+all: pdf
+
+env = TEXINPUTS=..:; export TEXINPUTS;
+
+pdf:
+ rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out
+ $(env) texfot $(latex) --file-line-error '\nonstopmode\def\Status{1}\input $(doc)' $(post)
+ $(env) $(latex) '\nonstopmode\def\Status{1}\input $(doc)'
+ $(env) $(latex) '\nonstopmode\def\Status{1}\input $(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