From f91c3356abc2f59e83958902d911683e1d5f7368 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 25 Jan 1996 21:37:09 +0000 Subject: [PATCH] uninstall base/man --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 984c5b79d..235503278 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ # install because the release.% syntax is illegal. # # $Log$ +# Revision 1.25 1996/01/25 21:29:42 mrk +# base/rec=>base/db base/include now installed +# # Revision 1.24 1995/08/17 20:14:59 jba # Added base/tools scripts functionality to base/Makefile, removed scripts # Moved base/tools/MakeRelease to base dir. @@ -142,7 +145,7 @@ release.%: uninstall.%: @echo "TOP: Uninstalling $* " - @rm -rf ./bin/$* ./lib/$* db include + @rm -rf ./bin/$* ./lib/$* db include man @rm -rf rec.bak rec clean.%: