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
4d20bc6a
Commit
4d20bc6a
authored
Nov 14, 2010
by
Ian Lynagh
Browse files
Fix paths used for doc publishing in the nightly builds
parent
1edc287a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
4d20bc6a
...
...
@@ -1076,9 +1076,15 @@ ifeq "$(mingw32_TARGET_OS)" "1"
$(
call
try10Times,
$(PublishCp)
$(WINDOWS_INSTALLER)
$(PublishLocation)
/dist
)
endif
ifeq
"$(mingw32_TARGET_OS)" "1"
DOCDIR_TO_PUBLISH
=
bindisttest/
"install dir"
/doc
else
DOCDIR_TO_PUBLISH
=
bindisttest/
"install dir"
/share/doc/ghc
endif
.PHONY
:
publish-docs
publish-docs
:
$(
call
try10Times,
$(PublishCp)
-r
bindisttest/installed/share/doc/ghc
/
*
$(PublishLocation)
/docs
)
$(
call
try10Times,
$(PublishCp)
-r
$(DOCDIR_TO_PUBLISH)
/
*
$(PublishLocation)
/docs
)
# -----------------------------------------------------------------------------
# Source distributions
...
...
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