summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/latex-make/texdepends.sty')
-rw-r--r--Master/texmf-dist/tex/latex/latex-make/texdepends.sty8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/latex-make/texdepends.sty b/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
index b92f75d89a1..3d8224b313c 100644
--- a/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
+++ b/Master/texmf-dist/tex/latex/latex-make/texdepends.sty
@@ -42,7 +42,7 @@
%%
\NeedsTeXFormat{LaTeX2e}%
\ProvidesPackage{texdepends}%
-[2018/09/04 v2.2.5 No changes in texdepends.dtx]
+[2018/09/04 v2.3.0 ignore comment.cut file from the comment package]
\RequirePackage{ifthen}
\newboolean{TD@debug}
\newcommand{\TD@option@debug}[1][true]{%
@@ -124,6 +124,9 @@
\def\TD@printInput#1{%
\TD@print{TD_\jobname\TD@extention _INPUTS\space += #1}%
}%
+\def\TD@printNoDependsFile#1{%
+ \TD@print{TD_\jobname\TD@extention _DEPENDS_EXCLUDE\space += #1}%
+}%
\def\TD@printFig#1{%
\TD@print{TD_\jobname\TD@extention _FIGURES\space += #1}%
}%
@@ -576,6 +579,9 @@
\TD@printRebuildRule{bibtopic}%
\TD@docswitch{btSect}%
}%
+\TD@PackagePostDivert{comment}{%
+ \TD@printNoDependsFile{comment.cut}%
+}%
\endinput
%%
%% End of file `texdepends.sty'.