diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-08 23:08:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-08 23:08:23 +0000 |
commit | ee2de76f7db0b19a657a7f3b9ba8768bc8e69e37 (patch) | |
tree | cb89ecf46c7a4843251d70c2aa0341a945c81353 /Master/tlpkg | |
parent | d9c6145293d327c544fc033d3e9956fc1afc5b25 (diff) |
lastpage 1.2d (28aug10)
git-svn-id: svn://tug.org/texlive/trunk@19615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 7 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 72966cc04b1..7c94000b540 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,9 +18,10 @@ sub main # erroneous or problematic tds files (warn Robin about them) # list format: pkg1|pkg2|etc - $erroneous_tds = join ("|", qw(engpron fmtcount imtekda paresse purifyeps - thailatex tufte-latex xetexref xtab), - qw(pageslts papermas papertex undolabl)); #muench + $erroneous_tds = join ("|", + qw(engpron fmtcount imtekda paresse purifyeps thailatex tufte-latex + xetexref xtab), + qw(lastpage pageslts papermas papertex undolabl)); #muench # Heiko's tds files (don't propagate through CTAN fast enough). $oberdiek_tds = "hyperref|oberdiek"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index fe2dc095578..7f0b243a7a5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -932,7 +932,8 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'keystroke', 'keystroke_.*|\.sty', 'kpfonts', '\.sty|\.fd', 'kuvio', '\.tex|\.sty', - 'latex-course','NULL', # keep doc together + 'lastpage', '\.sty', # not .cfg + 'latex-course','NULL', # keep doc together 'latex-doc-ptr', 'NULL', # keep doc together 'lettre', '\.ins|\.cls', 'librarian', '(t-)?librarian.(tex|sty)', @@ -1412,6 +1413,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'floatrow', 'floatrow.ins', 'geometry', 'geometry.dtx', 'imakeidx', 'imakeidx.dtx', + 'lastpage', 'lastpage.dtx', 'lettre', 'NULL', 'localloc', 'localloc.dtx', 'makecell', 'makecell.dtx', @@ -1457,6 +1459,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'hrlatex' => 'latex', # requires interaction 'isodoc' => 'latex', # requires interaction 'labelcas' => 'latex', # requires interaction + 'lastpage' => 'tex', 'lcd' => 'latex -translate-file=empty.tcx', # no 8-bit 'nomentbl' => 'latex -translate-file=empty.tcx', # no 8-bit 'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit |