texlive[52929] trunk: attachfile2 (26nov19)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 26 22:40:11 CET 2019


Revision: 52929
          http://tug.org/svn/texlive?view=revision&revision=52929
Author:   karl
Date:     2019-11-26 22:40:11 +0100 (Tue, 26 Nov 2019)
Log Message:
-----------
attachfile2 (26nov19)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/attachfile2/pdfatfi.pl
    trunk/Master/texmf-dist/doc/latex/attachfile2/README.md
    trunk/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf
    trunk/Master/texmf-dist/scripts/attachfile2/pdfatfi.pl
    trunk/Master/texmf-dist/source/latex/attachfile2/attachfile2.dtx
    trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvipdfmx.def
    trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvips.def
    trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-luatex.def
    trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-pdftex.def
    trunk/Master/texmf-dist/tex/latex/attachfile2/attachfile2.sty
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/attachfile2.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/man/man1/pdfatfi.1
    trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf

Modified: trunk/Build/source/texk/texlive/linked_scripts/attachfile2/pdfatfi.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/attachfile2/pdfatfi.pl	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Build/source/texk/texlive/linked_scripts/attachfile2/pdfatfi.pl	2019-11-26 21:40:11 UTC (rev 52929)
@@ -32,7 +32,7 @@
 my $file        = "$prj.pl";
 my $program     = uc($&) if $file =~ /^\w+/;
 my $version     = "2.9";
-my $date        = "2019/11/24";
+my $date        = "2019/11/26";
 my $author      = "Heiko Oberdiek";
 my $copyright   = "Copyright (c) 2005-2010, 2012 by $author.";
 #

Modified: trunk/Master/texmf-dist/doc/latex/attachfile2/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/attachfile2/README.md	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/doc/latex/attachfile2/README.md	2019-11-26 21:40:11 UTC (rev 52929)
@@ -1,11 +1,18 @@
 # attachfile2
-attach files to PDF documents
 
+Attach files to PDF documents
 
 
+This package can be used to attach files to a PDF document.
+It is a further development of Scott Pakin's package
+attachfile for pdfTeX. Apart from bug fixes,
+package attachfile2 adds support for dvips,
+some new options, gets and writes meta information data about
+the attached files.
+
 See the embedfile package for a newer package supporting this feature.
 
 
 This package comes with a Perl script pdfatfi.pl
-that should be installed somewhere in PATH as `pdfatfi', see also
-package documentation.
+that should be installed somewhere in PATH as `pdfatfi',
+see also package documentation.

Modified: trunk/Master/texmf-dist/doc/latex/attachfile2/attachfile2.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/man/man1/pdfatfi.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/pdfatfi.1	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/man/man1/pdfatfi.1	2019-11-26 21:40:11 UTC (rev 52929)
@@ -0,0 +1,50 @@
+.TH pdfatfi 1 "2019-11-24"
+.SH NAME
+pdfatfi \- Help program for the LaTeX package attachfile2.
+.SH SYNOPSIS
+pdfatfi <command> [<options>] <file[.atfi]>]
+.SH DESCRIPTION
+Helper program for the LaTeX package attachfile2.
+
+This package also tries to get and add meta information data,
+such as file size, file date, checksum, ....
+
+The script pdfatfi.pl is provided for use with old versions of
+pdfTeX and XeTeX that do not provide access
+to  file metadata.
+
+The use of the Perl script is not mandatory. This data can be shown
+by PDF viewers, but they are not a requirement of the PDF specification.
+
+Package attachfile2 and the Perl script communicate
+via an auxiliary file with file extension .atfi. The script
+is used between two LaTeX runs and updates the auxiliary file.
+
+.nf
+latex test
+pdfatfi test
+latex test
+dvips test
+ps2pdf test.ps test.pdf
+.fi
+
+.SH OPTIONS
+Various options are supported
+.IP --help
+Show help text.
+.IP --version
+Print version number
+.IP --(no)quiet
+Suppress/don't suppress messages
+.IP --(no)verbose
+Verbose (not verbose) printing.
+.IP --(no)debug
+Debug infomation printed (not printed)
+.SH BUGS
+Please log issues on the GitHub homepage:
+.br
+https://github.com/ho-tex/attachfile2/issues.
+.SH AUTHOR
+Heiko Oberdiek (ho-tex at tug.org)
+.SH SEE ALSO
+See attachfile2.pdf for more details.


Property changes on: trunk/Master/texmf-dist/doc/man/man1/pdfatfi.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf	2019-11-26 21:40:11 UTC (rev 52929)

Property changes on: trunk/Master/texmf-dist/doc/man/man1/pdfatfi.man1.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Modified: trunk/Master/texmf-dist/scripts/attachfile2/pdfatfi.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/attachfile2/pdfatfi.pl	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/scripts/attachfile2/pdfatfi.pl	2019-11-26 21:40:11 UTC (rev 52929)
@@ -32,7 +32,7 @@
 my $file        = "$prj.pl";
 my $program     = uc($&) if $file =~ /^\w+/;
 my $version     = "2.9";
-my $date        = "2019/11/24";
+my $date        = "2019/11/26";
 my $author      = "Heiko Oberdiek";
 my $copyright   = "Copyright (c) 2005-2010, 2012 by $author.";
 #

Modified: trunk/Master/texmf-dist/source/latex/attachfile2/attachfile2.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/attachfile2/attachfile2.dtx	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/source/latex/attachfile2/attachfile2.dtx	2019-11-26 21:40:11 UTC (rev 52929)
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 % File: attachfile2.dtx
-% Version: 2019/11/24 v2.10
+% Version: 2019/11/26 v2.11
 % Info: Attach files into PDF
 %
 % Copyright (C)
@@ -27,9 +27,9 @@
 %
 % This work consists of the main source file attachfile2.dtx
 % and the derived files
-%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%    attachfile2.sty, attachfile2.pdf,
 %    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%    pdfatfi.pl.
+%    pdfatfi.pl pdfatfi.1.
 %
 % Distribution:
 %    CTAN:macros/latex/contrib/attachfile2/attachfile2.dtx
@@ -69,6 +69,7 @@
 %    TDS:tex/latex/attachfile2/atfi-luatex.def
 %    TDS:scripts/attachfile2/pdfatfi.pl (exec flag)
 %    TDS:doc/latex/attachfile2/attachfile2.pdf
+%    TDS:doc/man/man1/pdfatfi.1
 %    TDS:source/latex/attachfile2/attachfile2.dtx
 %
 %<*ignore>
@@ -86,7 +87,7 @@
 \input docstrip.tex
 \Msg{************************************************************************}
 \Msg{* Installation}
-\Msg{* Package: attachfile2 2019/11/24 v2.10 Attach files into PDF (HO)}
+\Msg{* Package: attachfile2 2019/11/26 v2.11 Attach files into PDF (HO)}
 \Msg{************************************************************************}
 
 \keepsilent
@@ -98,7 +99,7 @@
 This is a generated file.
 
 Project: attachfile2
-Version: 2019/11/24 v2.10
+Version: 2019/11/26 v2.11
 
 Copyright (C)
    2005-2010, 2012  Heiko Oberdiek
@@ -123,9 +124,9 @@
 
 This work consists of the main source file attachfile2.dtx
 and the derived files
-   attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+   attachfile2.sty, attachfile2.pdf,
    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-   pdfatfi.pl.
+   pdfatfi.pl, pdfatfi.1.
 
 \endpreamble
 \let\MetaPrefix\DoubleperCent
@@ -141,6 +142,8 @@
   \file{atfi-dvipdfmx.def}{\from{attachfile2.dtx}{dvipdfmx}}%
   \nopreamble
   \nopostamble
+  \usedir{doc/man/man1/}%
+  \file{pdfatfi.1}{\from{attachfile2.dtx}{pdfatfiman}}%
   \usedir{scripts/attachfile2}%
   \csname execfiletrue\endcsname
   \file{pdfatfi.pl}{\from{attachfile2.dtx}{pdfatfi}}%
@@ -177,7 +180,7 @@
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{attachfile2.drv}%
-  [2019/11/24 v2.10 Attach files into PDF (HO)]%
+  [2019/11/26 v2.11 Attach files into PDF (HO)]%
 \documentclass{ltxdoc}
 \usepackage{holtxdoc}[2011/11/22]
 \begin{document}
@@ -206,7 +209,7 @@
 % \GetFileInfo{attachfile2.drv}
 %
 % \title{The \xpackage{attachfile2} package}
-% \date{2019/11/24 v2.10}
+% \date{2019/11/26 v2.11}
 % \author{Heiko Oberdiek\thanks
 % {Please report any issues at \url{https://github.com/ho-tex/attachfile2/issues}}}
 %
@@ -434,7 +437,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{attachfile2}%
-  [2019/11/24 v2.10 Attach files into PDF (HO)]%
+  [2019/11/26 v2.11 Attach files into PDF (HO)]%
 %    \end{macrocode}
 %
 % \subsubsection{Loading of packages}
@@ -1623,7 +1626,7 @@
 %<*pdftex>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-pdftex.def}%
-  [2019/11/24 v2.10 attachfile2 driver for pdfTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for pdfTeX (HO)]%
 %    \end{macrocode}
 %
 % \paragraph{Macros for graphics data}
@@ -1807,7 +1810,7 @@
 %<*luatex>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-luatex.def}%
-  [2019/11/24 v2.10 attachfile2 driver for luaTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for luaTeX (HO)]%
 \protected\def\atfi at literal        {\pdfextension literal}
 \def\atfi at GSAVE{q }
 \def\atfi at GRESTORE{Q }
@@ -1941,7 +1944,7 @@
 %<*dvips>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-dvips.def}%
-  [2019/11/24 v2.10 attachfile2 driver for dvips (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for dvips (HO)]%
 %    \end{macrocode}
 %
 % \paragraph{Macros for graphics data}
@@ -2516,7 +2519,7 @@
 %<*dvipdfmx>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-dvipdfmx.def}%
-  [2019/11/24 v2.10 attachfile2 driver for dvipdfmx/XeTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for dvipdfmx/XeTeX (HO)]%
 %    \end{macrocode}
 %
 % \paragraph{Macros for graphics data}
@@ -2788,7 +2791,7 @@
 my $file        = "$prj.pl";
 my $program     = uc($&) if $file =~ /^\w+/;
 my $version     = "2.9";
-my $date        = "2019/11/24";
+my $date        = "2019/11/26";
 my $author      = "Heiko Oberdiek";
 my $copyright   = "Copyright (c) 2005-2010, 2012 by $author.";
 #
@@ -2978,6 +2981,60 @@
 %</pdfatfi>
 %    \end{macrocode}
 %
+%    \begin{macrocode}
+%<*pdfatfiman>
+.TH pdfatfi 1 "2019-11-24"
+.SH NAME
+pdfatfi \- Help program for the LaTeX package attachfile2.
+.SH SYNOPSIS
+pdfatfi <command> [<options>] <file[.atfi]>]
+.SH DESCRIPTION
+Helper program for the LaTeX package attachfile2.
+
+This package also tries to get and add meta information data,
+such as file size, file date, checksum, ....
+
+The script pdfatfi.pl is provided for use with old versions of
+pdfTeX and XeTeX that do not provide access
+to  file metadata.
+
+The use of the Perl script is not mandatory. This data can be shown
+by PDF viewers, but they are not a requirement of the PDF specification.
+
+Package attachfile2 and the Perl script communicate
+via an auxiliary file with file extension .atfi. The script
+is used between two LaTeX runs and updates the auxiliary file.
+
+.nf
+latex test
+pdfatfi test
+latex test
+dvips test
+ps2pdf test.ps test.pdf
+.fi
+
+.SH OPTIONS
+Various options are supported
+.IP --help   
+Show help text.
+.IP --version
+Print version number
+.IP --(no)quiet
+Suppress/don't suppress messages
+.IP --(no)verbose
+Verbose (not verbose) printing.
+.IP --(no)debug
+Debug infomation printed (not printed)
+.SH BUGS
+Please log issues on the GitHub homepage:
+.br
+https://github.com/ho-tex/attachfile2/issues.
+.SH AUTHOR
+Heiko Oberdiek (ho-tex at tug.org)
+.SH SEE ALSO
+See attachfile2.pdf for more details.
+%</pdfatfiman>
+%    \end{macrocode}
 %
 % \section{Installation}
 %
@@ -3113,8 +3170,8 @@
 % \subsection{Refresh file name databases}
 %
 % If your \TeX~distribution
-% (\teTeX, \mikTeX, \dots) relies on file name databases, you must refresh
-% these. For example, \teTeX\ users run \verb|texhash| or
+% (\TeX\,Live, \mikTeX, \dots) relies on file name databases, you must refresh
+% these. For example, \TeX\,Live\ users run \verb|texhash| or
 % \verb|mktexlsr|.
 %
 % \subsection{Script installation}
@@ -3288,6 +3345,10 @@
 %   \item
 %     use \CTANpkg{iftex} not \CTANpkg{ifpdf}, \CTANpkg{ifxetex}, \CTANpkg{ifluatex}.
 %   \end{Version}
+%   \begin{Version}{2019/11/26 v2.11}
+%   \item
+%     Add man file for \verb|pdfatfi|.
+%   \end{Version}
 % \end{History}
 %
 % \PrintIndex

Modified: trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvipdfmx.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvipdfmx.def	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvipdfmx.def	2019-11-26 21:40:11 UTC (rev 52929)
@@ -9,7 +9,7 @@
 %% This is a generated file.
 %% 
 %% Project: attachfile2
-%% Version: 2019/11/24 v2.10
+%% Version: 2019/11/26 v2.11
 %% 
 %% Copyright (C)
 %%    2005-2010, 2012  Heiko Oberdiek
@@ -34,13 +34,13 @@
 %% 
 %% This work consists of the main source file attachfile2.dtx
 %% and the derived files
-%%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%%    attachfile2.sty, attachfile2.pdf,
 %%    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%%    pdfatfi.pl.
+%%    pdfatfi.pl, pdfatfi.1.
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-dvipdfmx.def}%
-  [2019/11/24 v2.10 attachfile2 driver for dvipdfmx/XeTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for dvipdfmx/XeTeX (HO)]%
 \def\atfi at special#1{%
   \special{pdf:#1}%
 }

Modified: trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvips.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvips.def	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-dvips.def	2019-11-26 21:40:11 UTC (rev 52929)
@@ -9,7 +9,7 @@
 %% This is a generated file.
 %% 
 %% Project: attachfile2
-%% Version: 2019/11/24 v2.10
+%% Version: 2019/11/26 v2.11
 %% 
 %% Copyright (C)
 %%    2005-2010, 2012  Heiko Oberdiek
@@ -34,13 +34,13 @@
 %% 
 %% This work consists of the main source file attachfile2.dtx
 %% and the derived files
-%%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%%    attachfile2.sty, attachfile2.pdf,
 %%    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%%    pdfatfi.pl.
+%%    pdfatfi.pl, pdfatfi.1.
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-dvips.def}%
-  [2019/11/24 v2.10 attachfile2 driver for dvips (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for dvips (HO)]%
 \def\atfi at literal#1{%
   \special{ps:atfi_dict begin{#1}atfi_?pdfmark end}%
 }

Modified: trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-luatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-luatex.def	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-luatex.def	2019-11-26 21:40:11 UTC (rev 52929)
@@ -9,7 +9,7 @@
 %% This is a generated file.
 %% 
 %% Project: attachfile2
-%% Version: 2019/11/24 v2.10
+%% Version: 2019/11/26 v2.11
 %% 
 %% Copyright (C)
 %%    2005-2010, 2012  Heiko Oberdiek
@@ -34,13 +34,13 @@
 %% 
 %% This work consists of the main source file attachfile2.dtx
 %% and the derived files
-%%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%%    attachfile2.sty, attachfile2.pdf,
 %%    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%%    pdfatfi.pl.
+%%    pdfatfi.pl, pdfatfi.1.
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-luatex.def}%
-  [2019/11/24 v2.10 attachfile2 driver for luaTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for luaTeX (HO)]%
 \protected\def\atfi at literal        {\pdfextension literal}
 \def\atfi at GSAVE{q }
 \def\atfi at GRESTORE{Q }

Modified: trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-pdftex.def	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/tex/latex/attachfile2/atfi-pdftex.def	2019-11-26 21:40:11 UTC (rev 52929)
@@ -9,7 +9,7 @@
 %% This is a generated file.
 %% 
 %% Project: attachfile2
-%% Version: 2019/11/24 v2.10
+%% Version: 2019/11/26 v2.11
 %% 
 %% Copyright (C)
 %%    2005-2010, 2012  Heiko Oberdiek
@@ -34,13 +34,13 @@
 %% 
 %% This work consists of the main source file attachfile2.dtx
 %% and the derived files
-%%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%%    attachfile2.sty, attachfile2.pdf,
 %%    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%%    pdfatfi.pl.
+%%    pdfatfi.pl, pdfatfi.1.
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{atfi-pdftex.def}%
-  [2019/11/24 v2.10 attachfile2 driver for pdfTeX (HO)]%
+  [2019/11/26 v2.11 attachfile2 driver for pdfTeX (HO)]%
 \let\atfi at literal\pdfliteral
 \def\atfi at GSAVE{q }
 \def\atfi at GRESTORE{Q }

Modified: trunk/Master/texmf-dist/tex/latex/attachfile2/attachfile2.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/attachfile2/attachfile2.sty	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/texmf-dist/tex/latex/attachfile2/attachfile2.sty	2019-11-26 21:40:11 UTC (rev 52929)
@@ -9,7 +9,7 @@
 %% This is a generated file.
 %% 
 %% Project: attachfile2
-%% Version: 2019/11/24 v2.10
+%% Version: 2019/11/26 v2.11
 %% 
 %% Copyright (C)
 %%    2005-2010, 2012  Heiko Oberdiek
@@ -34,13 +34,13 @@
 %% 
 %% This work consists of the main source file attachfile2.dtx
 %% and the derived files
-%%    attachfile2.sty, attachfile2.pdf, attachfile2.ins, attachfile2.drv,
+%%    attachfile2.sty, attachfile2.pdf,
 %%    atfi-dvips.def, atfi-pdftex.def, atfi-dvipdfmx.def, atfi-luatex.def
-%%    pdfatfi.pl.
+%%    pdfatfi.pl, pdfatfi.1.
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{attachfile2}%
-  [2019/11/24 v2.10 Attach files into PDF (HO)]%
+  [2019/11/26 v2.11 Attach files into PDF (HO)]%
 \RequirePackage{iftex}[2019/11/07]
 \RequirePackage{keyval}
 \RequirePackage{color}

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2019-11-26 21:40:11 UTC (rev 52929)
@@ -1446,6 +1446,7 @@
  'amstex'               => '&POSTamstex',
  'apalike'              => '&POSTapalike',
  'asapsym'		=> '&POSTasapsym',
+ 'attachfile2'		=> '&tl_man_to_pdf',
  'autosp'		=> '&POSTautosp',
  'bib2gls'		=> '&POSTbib2gls',
  'biber'                => '&POSTbiber',

Modified: trunk/Master/tlpkg/tlpsrc/attachfile2.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/attachfile2.tlpsrc	2019-11-26 21:35:55 UTC (rev 52928)
+++ trunk/Master/tlpkg/tlpsrc/attachfile2.tlpsrc	2019-11-26 21:40:11 UTC (rev 52929)
@@ -1 +1,2 @@
 binpattern f bin/${ARCH}/pdfatfi
+docpattern +f texmf-dist/doc/man/man1/pdfatfi.*



More information about the tex-live-commits mailing list