From 9803f480ce255c8d2bf448d174377ee76e18a658 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 7 Feb 2005 14:05:25 +0000 Subject: [PATCH] [project @ 2005-02-07 14:05:25 by simonmar] Fix doc building for binary distributions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 1.7.10.4