From: simonmar Date: Thu, 15 Nov 2001 15:04:36 +0000 (+0000) Subject: [project @ 2001-11-15 15:04:36 by simonmar] X-Git-Tag: Approximately_9120_patches~567 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=744e19bed0a862b6fc0fcf00ee754433c3279489;p=ghc-hetmet.git [project @ 2001-11-15 15:04:36 by simonmar] Don't restrict doc building to i386-linux. please merge. --- diff --git a/Makefile b/Makefile index 784574b..f40e3ee 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,6 @@ binary-dist:: BINDIST_DOCS = $($(Project)BinDistDocs) BINDIST_DOCS_WAYS = html ps -ifeq "$(HOSTPLATFORM)" "i386-unknown-linux" binary-dist :: @for way in $(BINDIST_DOCS_WAYS); do \ $(MKDIRHIER) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/$$way; \ @@ -179,7 +178,6 @@ binary-dist :: done; \ done @rm -f .doclog -endif # Rename scripts to $i.prl and $i.sh where necessary. # ToDo: do this in a cleaner way...