From: Ian Lynagh Date: Fri, 29 Aug 2008 15:21:41 +0000 (+0000) Subject: Always build docs/{ext-core,storage-mgt}, even when making a bindist X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e22dd82d5bc684cd6f6583d3add65d6c36b0d7cb;p=ghc-hetmet.git Always build docs/{ext-core,storage-mgt}, even when making a bindist --- diff --git a/docs/Makefile b/docs/Makefile index 74eb955..2782077 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,10 +1,7 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = man docbook-cheat-sheet users_guide -ifneq "$(DOING_BIN_DIST)" "YES" -SUBDIRS += ext-core storage-mgt -endif +SUBDIRS = man docbook-cheat-sheet users_guide ext-core storage-mgt PAGE = index.html