From f825aef289dfa4e3f424f28a6076ee7b4003b8a0 Mon Sep 17 00:00:00 2001 From: Jay Levitt Date: Mon, 7 Nov 2011 14:01:59 -0500 Subject: [PATCH] don't build docs - I don't have jade --- GNUmakefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 50fae4128aa32..986d03ad35104 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -13,9 +13,6 @@ $(call recurse,all install,src config) all: +@echo "All of PostgreSQL successfully made. Ready to install." -docs: - $(MAKE) -C doc all - $(call recurse,world,doc src config contrib,all) world: +@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."