summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-10 22:48:54 +0000
committerKarl Berry <karl@freefriends.org>2016-05-10 22:48:54 +0000
commit07d50dbbc142a70148c18bc78d939cdaa04ca157 (patch)
tree6c55a0f0131e059b4a0c6283896ce3427f21814a /Master
parentcb1475713e2eb818e78d927aa4fabb5738b00f73 (diff)
(u)p(la)tex excludes, doc
git-svn-id: svn://tug.org/texlive/trunk@41021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/doc/packages.txt10
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/platex.tlpsrc7
-rw-r--r--Master/tlpkg/tlpsrc/ptex.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/uplatex.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/uptex.tlpsrc4
6 files changed, 26 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt
index 42a8722ecae..16cf8eb4ada 100644
--- a/Master/tlpkg/doc/packages.txt
+++ b/Master/tlpkg/doc/packages.txt
@@ -28,13 +28,19 @@ To remove a platform:
- rebuild.
-To remake tlcritical from scratch:
+ To check tlpsrc changes without committing:
+ tl-update-tlpdb --save-anyway
+ tlmgr check --use-svn files # or whatever
+Do not fail to revert the tlpdb, or it will create an svn conflict.
+
+
+ To remake tlcritical from scratch:
cd /home/ftp/texlive
rm -rf tlcritical
mkdir tlcritical
tl-update-tlcritical --recreate
-
+
To branch before a release, in the unlikely event of separate
development work before we want to switch trunk over:
svn copy -r 12205 -m'texlive-2009-dev tag based on r12205' \
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5e291981f32..a9d75063d35 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -578,6 +578,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'latex-fonts', "&MAKEflatten",
'latex-base', "die 'skipping, use latex'",
'latex-doc', "die 'skipping, use latex'",
+ 'latex-graphics', "die 'skipping, use graphics'",
'latex-help-texinfo', "die 'skipping, use latex2e-help-texinfo'",
'latex-pro-pragmatiky', "die 'skipping, no source'",
'latex-sciences-humaines', "die 'skipping, no source'",
diff --git a/Master/tlpkg/tlpsrc/platex.tlpsrc b/Master/tlpkg/tlpsrc/platex.tlpsrc
index af5cc80d3a7..0fc3fa0432a 100644
--- a/Master/tlpkg/tlpsrc/platex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/platex.tlpsrc
@@ -2,4 +2,11 @@ tlpsetvar fmtcomm cm,hyphen-base,ptex
execute AddFormat name=platex engine=eptex options="*platex.ini" \
patterns=language.dat \
fmttriggers=${fmtcomm},babel,latex,latex-fonts
+
binpattern f bin/${ARCH}/platex
+
+# not any of the other package subdirectories.
+docpattern d texmf-dist/doc/platex/base
+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/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc
index 7a350dcffd7..43fb374531e 100644
--- a/Master/tlpkg/tlpsrc/ptex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc
@@ -47,3 +47,7 @@ runpattern +!d texmf-dist/fonts/source/ptex
runpattern +!d texmf-dist/fonts/type1/ptex
docpattern +!d texmf-dist/doc/fonts/ptex
docpattern +!d texmf-dist/doc/ptex/jvf
+
+# ptex-base excludes:
+runpattern +!d texmf-dist/tex/ptex/ptex-base
+docpattern +!d texmf-dist/doc/ptex/ptex-base
diff --git a/Master/tlpkg/tlpsrc/uplatex.tlpsrc b/Master/tlpkg/tlpsrc/uplatex.tlpsrc
index 8e5070ac4cb..b0e7e668944 100644
--- a/Master/tlpkg/tlpsrc/uplatex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/uplatex.tlpsrc
@@ -5,3 +5,5 @@ execute AddFormat name=uplatex engine=euptex options="*uplatex.ini" \
fmttriggers=${fmtcomm},babel,latex,latex-fonts,ptex
#
binpattern f bin/${ARCH}/uplatex
+
+docpattern +!d texmf-dist/doc/fonts/japanese-otf-uptex/test/uplatex
diff --git a/Master/tlpkg/tlpsrc/uptex.tlpsrc b/Master/tlpkg/tlpsrc/uptex.tlpsrc
index ad4ab7a18c7..cfbecc4a609 100644
--- a/Master/tlpkg/tlpsrc/uptex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/uptex.tlpsrc
@@ -40,3 +40,7 @@ runpattern +!d texmf-dist/fonts/vf/uptex
runpattern +!d texmf-dist/fonts/cmap/uptex
srcpattern +!d texmf-dist/source/fonts/uptex
docpattern +!d texmf-dist/doc/fonts/uptex
+
+# uptex-base excludes:
+runpattern +!d texmf-dist/tex/uptex/uptex-base
+docpattern +!d texmf-dist/doc/uptex/uptex-base