aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-02-12 17:29:19 -0500
committerBruce Momjian <bruce@momjian.us>2014-02-12 17:29:19 -0500
commit2fc80e8e8304913c8dd1090bb2976632c0f4a8c3 (patch)
tree824545b2c226b2cde86b6621f4df242d2c36ddcd /src/tutorial
parent2a2e40aaaad6d9d8a2c6a61817542a2d8c369935 (diff)
downloadpostgresql-2fc80e8e8304913c8dd1090bb2976632c0f4a8c3.tar.gz
postgresql-2fc80e8e8304913c8dd1090bb2976632c0f4a8c3.zip
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
Diffstat (limited to 'src/tutorial')
-rw-r--r--src/tutorial/Makefile2
-rw-r--r--src/tutorial/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile
index b180da51036..16dc390f718 100644
--- a/src/tutorial/Makefile
+++ b/src/tutorial/Makefile
@@ -5,7 +5,7 @@
#
# By default, this builds against an existing PostgreSQL installation
# (the one identified by whichever pg_config is first in your path).
-# Within a configured source tree, you can say "gmake NO_PGXS=1 all"
+# Within a configured source tree, you can say "make NO_PGXS=1 all"
# to build using the surrounding source tree.
#
# IDENTIFICATION
diff --git a/src/tutorial/README b/src/tutorial/README
index ce9d733c703..b137cdfad34 100644
--- a/src/tutorial/README
+++ b/src/tutorial/README
@@ -7,7 +7,7 @@ This directory contains SQL tutorial scripts. To look at them, first do a
% make
to compile all the scripts and C files for the user-defined functions
and types. (make needs to be GNU make --- it may be named something
-different on your system, often gmake)
+different on your system, often 'gmake')
Then, run psql with the -s (single-step) flag:
% psql -s