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
Glasgow Haskell Compiler
GHC
Commits
52ab2a3d
Commit
52ab2a3d
authored
Mar 16, 2004
by
mthomas
Browse files
[project @ 2004-03-16 05:05:31 by mthomas]
Retrofit Simon's DOCBOOK_CATALOG fix for platforms without DOCBOOK.
parent
b2bc3ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
52ab2a3d
...
...
@@ -261,6 +261,7 @@ BINDIST_DOC_WAYS = html ps
# BINDIST_DOC_WAYS =
binary-dist
::
ifneq
"$(DOCBOOK_CATALOG)" ""
@
for
i
in
$(BIN_DIST_DIRS)
;
do
\
if
test
-d
"
$$
i"
;
then
\
$(MAKE)
-C
$$
i
$(MFLAGS)
$(BINDIST_DOC_WAYS)
;
\
...
...
@@ -280,6 +281,7 @@ binary-dist ::
datadir
=
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/share
;
\
fi
\
done
endif
# Rename scripts to $i.prl and $i.sh where necessary.
# ToDo: do this in a cleaner way...
...
...
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