Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen Judkins
haddock
Commits
7b5ba197
Commit
7b5ba197
authored
15 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Fix installation in the GHC build system
parent
a1ba51db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc.mk
+8
-1
8 additions, 1 deletion
ghc.mk
with
8 additions
and
1 deletion
ghc.mk
+
8
−
1
View file @
7b5ba197
...
...
@@ -24,9 +24,16 @@ utils/haddock_dist_MODULES += Paths_haddock
install
:
install_utils/haddock_html
.PHONY
:
install_utils/haddock_html
install_utils/haddock_html
:
"
$(
RM
)
"
$(
RM_OPTS
)
-r
$(
DESTDIR
)$(
docdir
)
/html
$(
INSTALL_DIR
)
$(
DESTDIR
)$(
docdir
)
/html
"
$(
CP
)
"
-R
utils/haddock/html
$(
DESTDIR
)$(
docdir
)
/html
install
:
install_utils/haddock_data
.PHONY
:
install_utils/haddock_data
install_utils/haddock_data
:
$(
INSTALL_DIR
)
$(
DESTDIR
)$(
ghclibdir
)
/html
for
i
in
utils/haddock/html/
*
;
do
\
$(
INSTALL_DATA
)
$(
INSTALL_OPTS
)
$$
i
$(
DESTDIR
)$(
ghclibdir
)
/html
;
\
done
BINDIST_EXTRAS
+=
$(
addprefix utils/haddock/,html/
*
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment