Description: Upstream changes introduced in version 20100901-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 (20100901-1) unstable; urgency=low
 .
   * New upstream release
 .
 The person named in the Author field signed this changelog entry.
Author: Camm Maguire <camm@debian.org>

---
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-20100901.orig/Makefile
+++ axiom-20100901/Makefile
@@ -139,27 +139,28 @@ 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 p6 starting parallel make of help ; \
-	       ${ENV} $(MAKE) help ${NOISE} & ) ; \
-	  else \
-	    ( echo s6 starting serial make of help ; \
+	@  ( echo s6 starting parallel make of help ; \
 	      mkdir -p ${MNT}/${SYS}/doc/spadhelp ; \
 	      mkdir -p ${INT}/input ; \
 	      cd ${SRC}/algebra ; \
 	      ${TANGLE} -t8 Makefile.pamphlet >Makefile.help ; \
-	      ${ENV} $(MAKE) -f Makefile.help parallelhelp ) ; \
-	  fi
+	      ${ENV} $(MAKE) -f Makefile.help parallelhelp ) &
 	@ if [ "$RUNTYPE" = "parallel" ] ; then \
 	    ( echo s2 starting parallel make of books ; \
 	      echo s3 ${SPD}/books/Makefile from \
