From 1aa93cbfa68ae852e94e5edb02d359950a6deef8 Mon Sep 17 00:00:00 2001
From: "Thomas G. Lockhart" <lockhart@fourpalms.org>
Date: Wed, 18 Feb 1998 07:16:58 +0000
Subject: [PATCH] Remove inclusion of the doc make. Looks like all of the man
 pages are  in the usual man page source directory anyway. Source tree now
 builds.

---
 src/interfaces/ecpg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
index 89416b9536d..7c2df8122ea 100644
--- a/src/interfaces/ecpg/Makefile
+++ b/src/interfaces/ecpg/Makefile
@@ -4,4 +4,4 @@ all install uninstall clean:
 	$(MAKE) -C include $@
 	$(MAKE) -C lib $@
 	$(MAKE) -C preproc $@
-	$(MAKE) -C doc $@
+#	$(MAKE) -C doc $@
-- 
GitLab