diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2021-07-01 15:38:06 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2021-07-01 15:47:46 -0400 |
commit | 7355c241ed002496d70882eccea6027726e2fb5a (patch) | |
tree | f271bd777497f36b2adffaf817d40fafcc0add9e /GNUmakefile.in | |
parent | c0fdc963704983ebd5908dc5acfb4d52303091a4 (diff) | |
download | postgresql-7355c241ed002496d70882eccea6027726e2fb5a.tar.gz postgresql-7355c241ed002496d70882eccea6027726e2fb5a.zip |
add missing tag from commit b8c4261e5e
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 0ef3147738e..2352fc1171a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -10,15 +10,10 @@ include $(top_builddir)/src/Makefile.global $(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." # build src/ before contrib/ world-contrib-recurse: world-src-recurse @@ -31,15 +26,10 @@ world-bin-contrib-recurse: world-bin-src-recurse html man: $(MAKE) -C doc $@ -install: - +@echo "PostgreSQL installation complete." - install-docs: $(MAKE) -C doc install $(call recurse,install-world,doc src config contrib,install) -install-world: - +@echo "PostgreSQL, contrib, and documentation installation complete." # build src/ before contrib/ install-world-contrib-recurse: install-world-src-recurse |