From e22dd82d5bc684cd6f6583d3add65d6c36b0d7cb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 29 Aug 2008 15:21:41 +0000 Subject: [PATCH] Always build docs/{ext-core,storage-mgt}, even when making a bindist --- docs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 1.7.10.4