From: simonmar Date: Mon, 7 Feb 2005 14:05:25 +0000 (+0000) Subject: [project @ 2005-02-07 14:05:25 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1101 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9803f480ce255c8d2bf448d174377ee76e18a658 [project @ 2005-02-07 14:05:25 by simonmar] Fix doc building for binary distributions --- diff --git a/Makefile b/Makefile index 0c2eae0..f62fb22 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); \