diff options
author | simonmar <unknown> | 2001-11-15 15:04:36 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-11-15 15:04:36 +0000 |
commit | 744e19bed0a862b6fc0fcf00ee754433c3279489 (patch) | |
tree | 139ef2da3debf704243162559e1f05d6bc20789f /Makefile | |
parent | 9a558a755387b2a1fc86a738c94d43a5bdd62fda (diff) | |
download | haskell-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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... |