Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
facd71ba
Commit
facd71ba
authored
May 30, 2010
by
Ian Lynagh
Browse files
Check dblatex actually creates the files we tell it to
If it fails, it still exits successfully.
parent
556b2bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/docbook.mk
View file @
facd71ba
...
...
@@ -56,6 +56,7 @@ ps_$1 : $1/$2.ps
ifneq
"$$(BINDIST)" "YES"
$1/$2.ps
:
$$($1_DOCBOOK_SOURCES)
"
$
$(DBLATEX)
"
$
$(DBLATEX_OPTS)
$1
/
$2
.xml
--ps
-o
$$
@
[
-f
$$
@
]
endif
ifeq
"$$(BUILD_DOCBOOK_PDF)" "YES"
...
...
@@ -69,6 +70,7 @@ pdf_$1 : $1/$2.pdf
ifneq
"$$(BINDIST)" "YES"
$1/$2.pdf
:
$$($1_DOCBOOK_SOURCES)
"
$
$(DBLATEX)
"
$
$(DBLATEX_OPTS)
$1
/
$2
.xml
--pdf
-o
$$
@
[
-f
$$
@
]
endif
endef
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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