summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-01 17:42:42 +0000
committerKarl Berry <karl@freefriends.org>2018-05-01 17:42:42 +0000
commit6a2ec4234ecdc66d3718424ab7b639e3118275ec (patch)
tree387bc3e32e8d74be6bd2edcd938f5e503e1c9e83
parent0654b90bb77ae003657942d523046abf5bac1426 (diff)
more *latex man pages
git-svn-id: svn://tug.org/texlive/trunk@47536 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/man/man1/cslatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/dvilualatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/lualatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/pdfcslatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/platex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/uplatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/xelatex.man1.pdfbin0 -> 22223 bytes
-rw-r--r--Master/tlpkg/tlpsrc/cslatex.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/latex-bin.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/platex.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/uplatex.tlpsrc3
-rw-r--r--Master/tlpkg/tlpsrc/xetex.tlpsrc1
12 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/man/man1/cslatex.man1.pdf b/Master/texmf-dist/doc/man/man1/cslatex.man1.pdf
new file mode 100644
index 00000000000..0e00dc89194
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/cslatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/dvilualatex.man1.pdf b/Master/texmf-dist/doc/man/man1/dvilualatex.man1.pdf
new file mode 100644
index 00000000000..ec63c66e397
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/dvilualatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/lualatex.man1.pdf b/Master/texmf-dist/doc/man/man1/lualatex.man1.pdf
new file mode 100644
index 00000000000..600d8998fbc
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/lualatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/pdfcslatex.man1.pdf b/Master/texmf-dist/doc/man/man1/pdfcslatex.man1.pdf
new file mode 100644
index 00000000000..5e7f8a5fef2
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/pdfcslatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/platex.man1.pdf b/Master/texmf-dist/doc/man/man1/platex.man1.pdf
new file mode 100644
index 00000000000..49930ee02c6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/platex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/uplatex.man1.pdf b/Master/texmf-dist/doc/man/man1/uplatex.man1.pdf
new file mode 100644
index 00000000000..82ecf485aa6
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/uplatex.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/xelatex.man1.pdf b/Master/texmf-dist/doc/man/man1/xelatex.man1.pdf
new file mode 100644
index 00000000000..514c6f249f9
--- /dev/null
+++ b/Master/texmf-dist/doc/man/man1/xelatex.man1.pdf
Binary files differ
diff --git a/Master/tlpkg/tlpsrc/cslatex.tlpsrc b/Master/tlpkg/tlpsrc/cslatex.tlpsrc
index 244eed0eca9..e4d98b2a259 100644
--- a/Master/tlpkg/tlpsrc/cslatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/cslatex.tlpsrc
@@ -10,5 +10,8 @@ execute AddFormat name=pdfcslatex engine=pdftex \
options="-etex cslatex.ini" \
fmttriggers=${fmtcomm},tex-ini-files
+docpattern f texmf-dist/doc/man/man1/cslatex.*
+docpattern f texmf-dist/doc/man/man1/pdfcslatex.*
+#
binpattern f bin/${ARCH}/cslatex
binpattern f bin/${ARCH}/pdfcslatex
diff --git a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
index 1d8b0308e9d..93e8e472c80 100644
--- a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
+++ b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
@@ -39,6 +39,7 @@ execute AddFormat name=luajitlatex mode=disabled engine=luajittex \
options="lualatex.ini" \
fmttriggers=${fmtcomm},unicode-data
-
docpattern f texmf-dist/doc/man/man1/latex.*
+docpattern f texmf-dist/doc/man/man1/dvilualatex.*
+docpattern f texmf-dist/doc/man/man1/lualatex.*
docpattern f texmf-dist/doc/man/man1/pdflatex.*
diff --git a/Master/tlpkg/tlpsrc/platex.tlpsrc b/Master/tlpkg/tlpsrc/platex.tlpsrc
index d1a4acc84b8..2328ee3d4bb 100644
--- a/Master/tlpkg/tlpsrc/platex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/platex.tlpsrc
@@ -6,7 +6,10 @@ binpattern f bin/${ARCH}/platex
# not any of the other package subdirectories.
docpattern d texmf-dist/doc/platex/base
+docpattern f texmf-dist/doc/man/man1/platex.*
+#
srcpattern d texmf-dist/source/platex/base
+#
runpattern d texmf-dist/tex/platex/base
runpattern +d texmf-dist/tex/platex/config
diff --git a/Master/tlpkg/tlpsrc/uplatex.tlpsrc b/Master/tlpkg/tlpsrc/uplatex.tlpsrc
index 351ffad38a0..4a80b74125c 100644
--- a/Master/tlpkg/tlpsrc/uplatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/uplatex.tlpsrc
@@ -7,7 +7,10 @@ binpattern f bin/${ARCH}/uplatex
# not any of the other package subdirectories.
docpattern d texmf-dist/doc/uplatex/base
+docpattern f texmf-dist/doc/man/man1/uplatex.*
+#
srcpattern d texmf-dist/source/uplatex/base
+#
runpattern d texmf-dist/tex/uplatex/base
runpattern +d texmf-dist/tex/uplatex/config
diff --git a/Master/tlpkg/tlpsrc/xetex.tlpsrc b/Master/tlpkg/tlpsrc/xetex.tlpsrc
index 0a399a317f2..567fd87c31c 100644
--- a/Master/tlpkg/tlpsrc/xetex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/xetex.tlpsrc
@@ -20,6 +20,7 @@ binpattern f bin/win32/icu*.dll
binpattern d/win32 tlpkg/tlpostcode/xetex
docpattern d texmf-dist/doc/xetex/base
+docpattern f texmf-dist/doc/man/man1/xelatex.*
#
runpattern d texmf-dist/fonts/misc/xetex/fontmapping/base
#