Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,321
Issues
4,321
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
359
Merge Requests
359
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6ba4197e
Commit
6ba4197e
authored
Jun 26, 2016
by
Markus Rothe
Committed by
Ben Gamari
Jul 01, 2016
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rules/sphinx.mk: stop xelatex on error
This avoids the interactive prompt of xelatex on error.
parent
b412d823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
rules/sphinx.mk
rules/sphinx.mk
+5
-5
No files found.
rules/sphinx.mk
View file @
6ba4197e
...
...
@@ -58,12 +58,12 @@ pdf : pdf_$1
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
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
-halt-on-error
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
-halt-on-error
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
-halt-on-error
$2
.tex
cd
$1
/build-pdf/
$2
;
makeindex
$2
.idx
cd
$1
/build-pdf/
$2
;
xelatex
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
-halt-on-error
$2
.tex
cd
$1
/build-pdf/
$2
;
xelatex
-halt-on-error
$2
.tex
cp
$1
/build-pdf/
$2
/
$2
.pdf
$1
/
$2
.pdf
endif
...
...
Administrator
@root
mentioned in commit
b819d446
·
Dec 17, 2018
mentioned in commit
b819d446
mentioned in commit b819d4464ee835fef21a4dd403dc18c14db27426
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment