Description: Upstream changes introduced in version 20110301a-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 axiom (20110301a-1) unstable; urgency=low
 .
   * Bug fix: "package purge (after dependencies removal) fails", thanks to
     Lucas Nussbaum (Closes: #606689).  Now use dh_installtex
   * Bug fix: "OpenMath C library doesn&#39;t allow commercial use", thanks
     to Sam Geeraerts (Closes: #630846).  Removed unused library
   * Bug fix: "axiom-tex should depends on texlive-binaries", thanks to
     Lucas Nussbaum (Closes: #604697).  Now use dh_installtex
 .
 The person named in the Author field signed this changelog entry.
Author: Camm Maguire <camm@debian.org>
Bug-Debian: http://bugs.debian.org/604697
Bug-Debian: http://bugs.debian.org/606689
Bug-Debian: http://bugs.debian.org/630846

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- axiom-20110301a.orig/Makefile
+++ axiom-20110301a/Makefile
@@ -139,15 +139,21 @@ all: noweb ${MNT}/${SYS}/bin/document
 	     mkdir -p ${MNT}/${SYS}/doc/src/input ; \
              cd ${MNT}/${SYS}/doc/src/input ; \
 	     cp ${SRC}/scripts/tex/axiom.sty . ; \
-	     for i in `ls ${SRC}/input/*.input.pamphlet` ; \
-               do latex $$i ; \
-               done ; \
-	      rm -f *~ ; \
-	      rm -f *.pamphlet~ ; \
-	      rm -f *.log ; \
-	      rm -f *.tex ; \
-	      rm -f *.toc ; \
-	      rm -f *.aux ) ; \
+	     for i in `ls ${SRC}/input/*.input.pamphlet` ; do \
+	      if [ .${NOISE} = . ] ; \
+	      then \
+               latex $$i ; \
+	      else \
+	       ( echo p4a making $$i ; \
+	         latex $$i >${TMP}/trace ) ; \
+	      fi ; \
+             done ; \
+	     rm -f *~ ; \
+	     rm -f *.pamphlet~ ; \
+	     rm -f *.log ; \
+	     rm -f *.tex ; \
+	     rm -f *.toc ; \
+	     rm -f *.aux ) ; \
 	  fi
 	@ if [ "$RUNTYPE" = "parallel" ] ; then \
 	    ( echo s2 starting parallel make of books ; \
