From 9abbfc1344f1f938fdbfa448c255a1e7c96d9c0e Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Sat, 10 May 2003 02:17:30 +0000 Subject: [PATCH] See ChangeLog entry 2003-05-09 20:30 UTC-0400 David G. Holm --- harbour/ChangeLog | 6 ++++++ harbour/config/doc.cf | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1edf859bd6..e133ac17a9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-05-09 20:30 UTC-0400 David G. Holm + * config/doc.cf + ! Removed an extra layer of "protection" that resulted in an + error message when HB_DOC_INSTALL is not defined, instead + of a simple "nothing to do" message. + 2003-05-09 20:30 UTC-0400 David G. Holm * Makefile + config/doc.cf diff --git a/harbour/config/doc.cf b/harbour/config/doc.cf index 22edf88e53..386c44004e 100644 --- a/harbour/config/doc.cf +++ b/harbour/config/doc.cf @@ -4,7 +4,6 @@ ifneq ($(HB_ARCHITECTURE),) ifneq ($(HB_COMPILER),) -ifneq ($(HB_DOC_INSTALL),) include $(TOP)$(ROOT)config/global.cf @@ -17,4 +16,3 @@ include $(TOP)$(ROOT)config/install.cf endif endif -endif