From de8a6213b07d3a678d4901e3da64b0b853dc4fd8 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 11 Feb 2000 19:55:21 +0000 Subject: [PATCH] get correct name for .html files --- src/libCom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index f90f761f0..1a03af5fb 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -125,12 +125,12 @@ SRCS += fdManager.cpp SRC_DIRS += $(LIBCOM)/freeList INC += freeList.h SRCS += freeListLib.c -HTMLS += $(LIBCOM)/freeList/freeList.3.html +HTMLS += $(LIBCOM)/freeList/freeList.html SRC_DIRS += $(LIBCOM)/gpHash INC += gpHash.h SRCS += gpHashLib.c -HTMLS += $(LIBCOM)/gpHash/gpHash.3.html +HTMLS += $(LIBCOM)/gpHash/gpHash.html SRC_DIRS += $(LIBCOM)/macLib INC += macLib.h