summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/latex-make/latex-make.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/latex-make/latex-make.dtx')
-rw-r--r--Master/texmf-dist/source/support/latex-make/latex-make.dtx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/support/latex-make/latex-make.dtx b/Master/texmf-dist/source/support/latex-make/latex-make.dtx
index 64657bf9fbe..e0862cbcfb1 100644
--- a/Master/texmf-dist/source/support/latex-make/latex-make.dtx
+++ b/Master/texmf-dist/source/support/latex-make/latex-make.dtx
@@ -2,7 +2,7 @@
%
%<*dtx>
\ProvidesFile{latex-make.dtx}
-[2018/05/29 v2.2.4 fix permissions on directories]
+[2018/09/04 v2.2.5 fix output format of figdepth.py]
%</dtx>
% \fi
% \iffalse
@@ -112,6 +112,7 @@
% \changes{v2.2.2}{2016/02/09}{Fix bugs}
% \changes{v2.2.3}{2017/01/08}{Add LuaLaTeX support}
% \changes{v2.2.4}{2018/05/29}{Fix directory permissions on install}
+% \changes{v2.2.5}{2018/09/04}{fix output format of figdepth.py}
%
% \makeatletter
% \def\SpecialOptionIndex#1{\@bsphack
@@ -1747,11 +1748,11 @@ def main():
continue
if line[0] in "\t ":
if display:
- print(line)
+ print(line, end='')
else:
Fld = line.split(' ', 9999)
if not Fld[0] or Fld[0] not in ('1', '2', '3', '4', '5'):
- print(comment+line)
+ print(comment+line, end='')
display = True
elif Fld[0] == '4':
display = show(Fld[3], line)