$OpenBSD: patch-Makefile_in,v 1.1 2010/10/23 21:49:06 naddy Exp $
--- Makefile.in.orig	Sat Oct 23 19:50:38 2010
+++ Makefile.in	Sat Oct 23 19:51:16 2010
@@ -65,7 +65,7 @@ all depends: $(config_files) $(config_headers) doc
 clean:
 	$(make_subdirs)
 
-install: $(config_files) install-doc install-catdoc
+install: $(config_files) install-doc
 	$(make_subdirs)
 
 
@@ -74,7 +74,7 @@ install: $(config_files) install-doc install-catdoc
 MAN=		eltclsh.1
 CATMAN=		${MAN:=.cat}
 
-doc: ${CATMAN}
+doc:
 
 %.cat: %
 	@if test "X${GROFF}" != "X"; then \
