From 1f574dc41f5d11aec48a6ee24c0a28ee60267f95 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 24 Apr 2006 09:01:59 +0000 Subject: [PATCH] fix problem with binary-dist docs --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8acf98c..ad944f2 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,6 @@ ifeq "$(BIN_DIST)" "" endif -rm -rf $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) -$(RM) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME).tar.gz - -echo "BIN_DIST_DIRS = $(BIN_DIST_DIRS)" @for i in $(BinDistDirs); do \ if test -d "$$i"; then \ echo $(MKDIRHIER) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/bin/$(TARGETPLATFORM); \ @@ -310,7 +309,7 @@ endif # BINDIST_DOC_WAYS binary-dist :: ifneq "$(DIR_DOCBOOK_XSL)" "" - @for i in $(BIN_DIST_DIRS); do \ + @for i in $(BinDistDirs); do \ if test -d "$$i"; then \ $(MAKE) -C $$i $(MFLAGS) $(BINDIST_DOC_WAYS); \ echo $(MAKE) -C $$i $(MFLAGS) install-docs XMLDocWays="$(BINDIST_DOC_WAYS)" \ -- 1.7.10.4