diff options
author | Ian Lynagh <igloo@earth.li> | 2007-12-16 12:25:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-12-16 12:25:44 +0000 |
commit | 3b22ea4e028b413cd547c79bea6b690c7efb9163 (patch) | |
tree | 9976e41f119bb558ac2424ea6ce923157e6d4520 /Makefile | |
parent | 3cd5182735b6c70d45cb5f54252b1c2a5e34ec29 (diff) | |
download | haskell-3b22ea4e028b413cd547c79bea6b690c7efb9163.tar.gz |
Fix publishing the docs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -385,7 +385,8 @@ endif # Upload the distribution and documentation ifneq "$(PublishLocation)" "" -publish :: publish-binary-dist +publish :: + make publish-binary-dist 'prefix=$(BIN_DIST_INST_DIR)' endif .PHONY: publish-binary-dist @@ -397,9 +398,9 @@ publish-binary-dist :: done \ done -# You need to first make binddisttest, and then run -# make publish 'prefix=$(BIN_DIST_INST_DIR)' -# for this to find the right place. +# You need to "make binddisttest" before publishing the docs, as it +# works by publish setting $(prefix) to inside the binddisttest +# directory so $(docdir) points to the right place. # We assume that Windows means Cygwin, as we can't just use docdir # unchanged or rsync (really SSH?) thinks that c:/foo means /foo on |