summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-02-07 14:05:25 +0000
committersimonmar <unknown>2005-02-07 14:05:25 +0000
commit9803f480ce255c8d2bf448d174377ee76e18a658 (patch)
tree5d8a1a0c188d9a342666ff71469a726483025377 /Makefile
parent861aaf1942b7b3800ced201904c3e57dd9a0f9f0 (diff)
downloadhaskell-9803f480ce255c8d2bf448d174377ee76e18a658.tar.gz
[project @ 2005-02-07 14:05:25 by simonmar]
Fix doc building for binary distributions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c2eae0900..f62fb22d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ BINDIST_DOC_WAYS = html ps
# BINDIST_DOC_WAYS =
binary-dist ::
-ifneq "$(DOCBOOK_CATALOG)" ""
+ifneq "$(DIR_DOCBOOK_XSL)" ""
@for i in $(BIN_DIST_DIRS); do \
if test -d "$$i"; then \
$(MAKE) -C $$i $(MFLAGS) $(BINDIST_DOC_WAYS); \