summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart1998-02-18 07:16:58 +0000
committerThomas G. Lockhart1998-02-18 07:16:58 +0000
commit1aa93cbfa68ae852e94e5edb02d359950a6deef8 (patch)
tree038a1ad6e62da8320707524f1d38590ca8bafbb1
parent38004ce57bc6d35fd84160ba25feac29a8da73ee (diff)
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.
-rw-r--r--src/interfaces/ecpg/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@