Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
416bd081
Commit
416bd081
authored
Jul 01, 2002
by
simonmar
Browse files
[project @ 2002-07-01 15:16:33 by simonmar]
Be a bit more verbose when installing documentation
parent
7dbf86de
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/package.mk
View file @
416bd081
# -----------------------------------------------------------------------------
# $Id: package.mk,v 1.1
3
2002/0
6/24 14:50:59
simonmar Exp $
# $Id: package.mk,v 1.1
4
2002/0
7/01 15:16:33
simonmar Exp $
ifneq
"$(PACKAGE)" ""
...
...
@@ -159,6 +159,7 @@ $(HTML_DOC) : $(HS_PPS) $(HADDOCK_INPLACE)
install-docs
::
$(HTML_DOC)
@
$(INSTALL_DIR)
$(datadir)
/html/
$(PACKAGE)
@
for
i
in
$(HTML_DIR)
/
*
;
do
\
echo
$(INSTALL_DATA)
$(INSTALL_OPTS)
$$
i
$(datadir)
/html/
$(PACKAGE)
;
\
$(INSTALL_DATA)
$(INSTALL_OPTS)
$$
i
$(datadir)
/html/
$(PACKAGE)
;
\
done
...
...
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