See ChangeLog entry 2003-05-09 20:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2003-05-10 02:17:30 +00:00
parent f2b01e37a4
commit 9abbfc1344
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-05-09 20:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* 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 <dholm@jsd-llc.com>
* Makefile
+ config/doc.cf

View File

@@ -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