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