diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-21 23:13:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-21 23:13:49 +0000 |
commit | bd72e9436d244c09946a7795c41c4b4b62dd53a5 (patch) | |
tree | e9064cfebdcfa0d77bdbd6283c69628645da9948 /compiler/Makefile | |
parent | cd134d6eb8e21d85e2340d2eb6177d5b6139aff8 (diff) | |
download | haskell-bd72e9436d244c09946a7795c41c4b4b62dd53a5.tar.gz |
Ignore install-docs in compiler/Makefile and ghc/Makefile
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index 01a6ba4270..67d4e3f774 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -450,6 +450,9 @@ primop-primop-info.hs-incl: prelude/primops.txt primop-usage.hs-incl: prelude/primops.txt $(GENPRIMOP) --usage < $< > $@ +install-docs: + @: + #----------------------------------------------------------------------------- # binary-dist # |