summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-15 00:46:16 +0000
committerKarl Berry <karl@freefriends.org>2008-06-15 00:46:16 +0000
commit310879a3c5868a81753450c3ca110fa3e1515d38 (patch)
tree7e5443f08778be818dd05fba3f0e97d581b0d5ca /Master/tlpkg
parentc4a7e2faa4c3a6950b476ee6b0a3bda624b4a78a (diff)
latex2e-help-texinfo update, unofficial latex reference manual; remove old instances; .info install done by hand
git-svn-id: svn://tug.org/texlive/trunk@8743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds10
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rw-r--r--Master/tlpkg/tlpsrc/bin-latex.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/latex2e-help-texinfo.tlpsrc2
5 files changed, 12 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 958ec518007..966f6d2faf2 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -474,6 +474,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps",
'hyphenex', ".*",
'impatient', 'NULL', # doc package
+ 'latex2e-help-texinfo','NULL', # doc package
'mpman-ru', 'NULL', # doc package
'patch', '\.doc',
'pgfplots', 'NULL', # keep manual.install.tex in doc/
@@ -1138,7 +1139,7 @@ $standardafm='\.afm';
$standardpfm='\.pfm';
%specialpfm= ();
-$standardpfb = '\.pfb|\.inf';
+$standardpfb = '\.pfb|\.inf$';
%specialpfb = (
'dviincl' => 'NULL', # skip 0dviincl.inf, is a README
);
@@ -1194,6 +1195,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'a2ping' => 'README', # not worth whole separate doc subdir
'acmconf' => "$standardclean|flushend.sty", # dup with sttools
'gentle' => 'gentle.ps.gz', # pdf is enough
+ 'latex2e-help-texinfo' => '\.info', # must move .info by hand,sigh
'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough
'mathexam' => 'sample.tex~',
'mh' => "$standardclean|.*\.(drv|ins)", # dtx-derived
@@ -1564,7 +1566,8 @@ sub dobib
}
# source files:
-sub dosource{
+sub dosource
+{
$sourceformat = $specialsourcefmt{$package} || $standardsourcefmt;
# default to using specialdocfmt, as we do in setup?
$sourcepatt = $specialsource{$package} || $standardsource;
@@ -1572,7 +1575,8 @@ sub dosource{
}
-sub doomega{
+sub doomega
+{
$ovfpatt = $specialovf{$package};
if ($ovfpatt eq "") { $ovfpatt=$standardovf; }
&install("$DEST/fonts/ovf/public/$package",$ovfpatt);
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index f2fba3927ce..f5fbc460de2 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -108,7 +108,8 @@ my @WorkingTLP = qw(
jeopardy jknapltx jneurosci jpsj jurabib juramisc jurarsp
kalender kastrup kerkis kerntest keystroke koma-script kpfonts
l2picfaq l2tabu-english l2tabu-spanish
- labbook labelcas labels lastpage latex latex-tds latexmp
+ labbook labelcas labels lastpage
+ latex latex2e-help-texinfo latex-tds latexmp
layouts lcd lcg lcyw leading leaflet ledmac leftidx lettrine
lewis lfb lgreek lh
libertine limap linearA lineno linguex
diff --git a/Master/tlpkg/tlpsrc/bin-latex.tlpsrc b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
index 61719bbfdf9..312f806c178 100644
--- a/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc
@@ -4,7 +4,5 @@ depend bin-pdftex
execute BuildFormat latex
runpattern f texmf/fmtutil/format.latex.cnf
runpattern f texmf/tex/latex/config/*
-docpattern f texmf/doc/info/latex.info
-docpattern f texmf/doc/latex/base/*
docpattern f texmf/doc/man/man1/latex.1
binpattern f bin/${ARCH}/latex
diff --git a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
index 807801b91de..984e7fc562c 100644
--- a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc
@@ -17,6 +17,7 @@ depend help
depend impatient
depend knuth
depend l2tabu-english
+depend latex2e-help-texinfo
depend latex-graphics-companion
depend latex-web-companion
depend lshort-english
diff --git a/Master/tlpkg/tlpsrc/latex2e-help-texinfo.tlpsrc b/Master/tlpkg/tlpsrc/latex2e-help-texinfo.tlpsrc
new file mode 100644
index 00000000000..0f8de193dce
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/latex2e-help-texinfo.tlpsrc
@@ -0,0 +1,2 @@
+name latex2e-help-texinfo
+category Documentation