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
c34d7dd7
Commit
c34d7dd7
authored
May 28, 2009
by
Simon Marlow
Browse files
fix it so that 'make' on its own works even if we're not building docs
parent
b272715a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/docbook.mk
View file @
c34d7dd7
...
...
@@ -19,6 +19,9 @@ define docbook
$(call
clean-target,$1,docbook,$1/$2
$1/$2.pdf
$1/$2.ps)
# empty "all_$1" target just in case we're not building docs at all
$(call
all-target,$1,)
ifeq
"$$(BUILD_DOCBOOK_HTML)" "YES"
$(call
all-target,$1,html_$1)
...
...
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