summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-11-15 15:04:36 +0000
committersimonmar <unknown>2001-11-15 15:04:36 +0000
commit744e19bed0a862b6fc0fcf00ee754433c3279489 (patch)
tree139ef2da3debf704243162559e1f05d6bc20789f /Makefile
parent9a558a755387b2a1fc86a738c94d43a5bdd62fda (diff)
downloadhaskell-744e19bed0a862b6fc0fcf00ee754433c3279489.tar.gz
[project @ 2001-11-15 15:04:36 by simonmar]
Don't restrict doc building to i386-linux. please merge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 784574b717..f40e3ee5c4 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...