From 744e19bed0a862b6fc0fcf00ee754433c3279489 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 15 Nov 2001 15:04:36 +0000 Subject: [PATCH] [project @ 2001-11-15 15:04:36 by simonmar] Don't restrict doc building to i386-linux. please merge. --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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... -- 1.7.10.4