Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
019d2244
Commit
019d2244
authored
Oct 26, 1999
by
simonmar
Browse files
[project @ 1999-10-26 08:30:31 by simonmar]
Fix documentation installing in a binary dist.
parent
bd3fdabc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
019d2244
...
...
@@ -122,16 +122,16 @@ binary-dist::
#
BINDIST_DOCS
=
$
(
$(Project)
BinDistDocs
)
BINDIST_DOCS_WAYS
=
html
info dvi
BINDIST_DOCS_WAYS
=
html
ps
binary-dist
::
@
for
way
in
$(BINDIST_DOCS_WAYS)
;
do
\
$(MKDIRHIER)
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
/
$(ProjectNameShort)
-
$(ProjectVersion)
;
\
$(MKDIRHIER)
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
;
\
for
dir
in
$(BINDIST_DOCS)
;
do
\
echo
Making
$$
way documentation
in
$$
dir
&&
\
$(MAKE)
-C
$$
dir
--no-print-directory
$(MFLAGS)
$$
way
&&
\
echo cp
-f
$$
dir
/
*
.
$$
way
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
/
$(ProjectNameShort)
-
$(ProjectVersion)
&&
\
cp
-f
$$
dir
/
*
.
$$
way
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
/
$(ProjectNameShort)
-
$(ProjectVersion)
&&
\
echo cp
-f
$$
dir
/
*
.
$$
way
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
&&
\
cp
-f
$$
dir
/
*
.
$$
way
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/
$$
way
&&
\
echo
"Done."
;
\
done
;
\
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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