diff options
author | Ian Lynagh <igloo@earth.li> | 2009-08-01 22:41:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-08-01 22:41:55 +0000 |
commit | 92357c8ef004e57bda70cdde47d2ed573021434c (patch) | |
tree | 336122a7308054a110320f4e34d283804700c3e6 /ghc.mk | |
parent | 663fd6d2ea58fa1798a20ccf6c77fbd22df40177 (diff) | |
download | haskell-92357c8ef004e57bda70cdde47d2ed573021434c.tar.gz |
Add a publish-docs rule
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -833,6 +833,10 @@ ifeq "$(mingw32_TARGET_OS)" "1" $(call nTimes,10,$(PublishCp) $(WINDOWS_INSTALLER) $(PublishLocation)/dist) endif +.PHONY: publish-docs +publish-docs: + $(call nTimes,10,$(PublishCp) -r bindisttest/installed/share/doc/ghc/* $(PublishLocation)/docs) + # ----------------------------------------------------------------------------- # Source distributions |