[latex3-commits] [l3svn] 06/10: l3build: Make the order a little clearer

noreply at latex-project.org noreply at latex-project.org
Thu Jun 22 16:53:28 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 361d0e031892585db323866fe249b783dca6ce32
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 22 14:03:04 2017 +0100

    l3build: Make the order a little clearer
---
 l3build/l3build.dtx |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 1f1a36e..f46a317 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1453,21 +1453,6 @@
   {\LONGTYPEOUT{^^J***^^Jregression-test.cfg in operation^^J***^^J}}{}
 %    \end{macrocode}
 %
-% Load the map file early so it does not appear in the log.
-%    \begin{macrocode}
-\ifdefined\pdfoutput
-  \ifnum\pdfoutput>0 %
-    \pdfmapfile{pdftex.map}%
-  \fi
-\else
-  \ifdefined\outputmode
-  \ifnum\outputmode>0 %
-    \pdfextension mapfile{pdftex.map}%
-  \fi
-  \fi
-\fi
-%    \end{macrocode}
-%
 % \subsection{Formatting the \texttt{.log} file}
 %
 % We are not starved for space in the log file output, so let's make it as
@@ -1515,6 +1500,21 @@
 %
 % \subsection{Suppressing variable data in output}
 %
+% Load the map file early so it does not appear in the log.
+%    \begin{macrocode}
+\ifdefined\pdfoutput
+  \ifnum\pdfoutput>0 %
+    \pdfmapfile{pdftex.map}%
+  \fi
+\else
+  \ifdefined\outputmode
+  \ifnum\outputmode>0 %
+    \pdfextension mapfile{pdftex.map}%
+  \fi
+  \fi
+\fi
+%    \end{macrocode}
+%
 % To make any PDF file produced comparable we need to suppress various
 % pieces of data. This works in concert with setting the epoch from the
 % environment side (as not all output can be controlled here). We are

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list