[commit: ghc] master: Make 'make fast' work for the User Guide (aa5e2dd)
git at git.haskell.org
git at git.haskell.org
Wed May 4 12:47:30 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aa5e2ddcbb5f0435b7983413d107d59a25ef8861/ghc
>---------------------------------------------------------------
commit aa5e2ddcbb5f0435b7983413d107d59a25ef8861
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed May 4 12:47:12 2016 +0100
Make 'make fast' work for the User Guide
If you already have mkUserGuidePart compiled.
>---------------------------------------------------------------
aa5e2ddcbb5f0435b7983413d107d59a25ef8861
docs/users_guide/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/users_guide/Makefile b/docs/users_guide/Makefile
index 603a670..27f3a11 100644
--- a/docs/users_guide/Makefile
+++ b/docs/users_guide/Makefile
@@ -1,3 +1,7 @@
dir = docs/users_guide
TOP = ../..
+
include $(TOP)/mk/sub-makefile.mk
+
+# This makes 'make fast' work: assume that mkUserGuidePart exists
+FAST_MAKE_OPTS += utils/mkUserGuidePart_dist_NOT_NEEDED=YES
More information about the ghc-commits
mailing list