From 9aca576c8e3d452f8b99779de4c8f4a1c3c46dae Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 6 Oct 2023 14:16:46 -0500 Subject: [PATCH] Improve DATABASE TARGETS docs --- make_files/make_db.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index 8a101c2..aab07b2 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -21,12 +21,7 @@ # # Type "make" or "make help" for help on the build process. # -# For initial system installation do: -# -# make databases -# -# (It may be necessary to 'make databases' as the postgres -# Unix user, depending on your pg_hba.conf file.) +# For initial installation of db structure do: # # make TARGET_DB=sokwedb install # make TARGET_DB=sokwedb_test install -- 2.34.1