diff options
author | simonmar <unknown> | 2005-02-07 14:05:25 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-07 14:05:25 +0000 |
commit | 9803f480ce255c8d2bf448d174377ee76e18a658 (patch) | |
tree | 5d8a1a0c188d9a342666ff71469a726483025377 /Makefile | |
parent | 861aaf1942b7b3800ced201904c3e57dd9a0f9f0 (diff) | |
download | haskell-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); \ |