From 3e90fb281b431580e018f56380f9a456432b69bd Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 3 Jun 2023 18:57:26 -0500 Subject: [PATCH] More docs on the build process --- make_files/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/make_files/README b/make_files/README index 737cd68..93f5e96 100644 --- a/make_files/README +++ b/make_files/README @@ -1,3 +1,11 @@ +Get help on the available make targets (build tasks) with: + + make help + +Have a look at defaults.mk. It contains the default database connection +information, so you will need to override these by setting make +variables from the command line when targeting other databases. + It seems simpler to have one giant makefile, in part because of the sharing of constants and so forth that go on between the documentation and the database builds, as well as other inter-dependencies. -- 2.34.1