[commit: ghc] wip/test-ci-images-commit: Update sphinx.mk (0339c51)

git at git.haskell.org git at git.haskell.org
Mon Mar 18 11:30:51 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/test-ci-images-commit
Link       : http://ghc.haskell.org/trac/ghc/changeset/0339c512b53978b67fb21d8e3c848a505cecf0bf/ghc

>---------------------------------------------------------------

commit 0339c512b53978b67fb21d8e3c848a505cecf0bf
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Mon Mar 18 03:54:02 2019 -0400

    Update sphinx.mk


>---------------------------------------------------------------

0339c512b53978b67fb21d8e3c848a505cecf0bf
 rules/sphinx.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/sphinx.mk b/rules/sphinx.mk
index 32ef3e4..e594108 100644
--- a/rules/sphinx.mk
+++ b/rules/sphinx.mk
@@ -63,11 +63,11 @@ ifneq "$$(BINDIST)" "YES"
 
 $1/$2.pdf: $1/conf.py $$($1_RST_SOURCES)
 	$(SPHINXBUILD) -b latex -d $1/.doctrees-pdf $(SPHINXOPTS) $1 $1/build-pdf/$2
-	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex 2>/dev/null >/dev/null || true
-	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex 2>/dev/null >/dev/null || true
-	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex 2>/dev/null >/dev/null || true
+	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex || true
+	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex || true
+	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex || true
 	cd $1/build-pdf/$2 ; makeindex $2.idx
-	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex 2>/dev/null >/dev/null || true
+	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex || true
 	cd $1/build-pdf/$2 ; xelatex -halt-on-error $2.tex
 	cp $1/build-pdf/$2/$2.pdf $1/$2.pdf
 endif



More information about the ghc-commits mailing list