From d7923f52f50cbee11e59de6cd38e6365051f310c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 6 Jan 2025 14:26:56 -0600 Subject: [PATCH] Fix indentation of Makefile's in-line docs --- make_files/make_cluster.mk | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/make_files/make_cluster.mk b/make_files/make_cluster.mk index bc582e8..76b328f 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -322,16 +322,16 @@ compare-db-settings: | diff --ignore-space-change -U 0 db/pg_settings /dev/stdin ## db/az_server_info.new -## Save a file of all configuration and other -## information about an MS Azure Postgres -## flexible-serve named TARGET_SERVER in the -## RESOURCEGROUP resource group. See the -## "compare-az-server" target. Azure must be logged -## into and defaults established in order to use this -## target. See "Usage" above. After changing a -## setting, create "db/az_server_info.new", rename it -## to "db/az_server_info", and commit the change to -## revision control. +## Save a file of all configuration and other +## information about an MS Azure Postgres +## flexible-serve named TARGET_SERVER in the +## RESOURCEGROUP resource group. See the +## "compare-az-server" target. Azure must be logged +## into and defaults established in order to use this +## target. See "Usage" above. After changing a +## setting, create "db/az_server_info.new", rename it +## to "db/az_server_info", and commit the change to +## revision control. .PHONY: db/az_server_info.new db/az_server_info.new: [ -n "$(TARGET_SERVER)" ] \ @@ -349,13 +349,13 @@ db/az_server_info.new: jq --sort-keys < $${tfile} \ > db/az_server_info.new -## compare-az-server Diff the configuration settings of the MS Azure -## Postgres flexible-serve named TARGET_SERVER in the -## RESOURCEGROUP resource group. Azure must be -## logged into and defaults established in order to -## use this target. See "Usage" above. This ensures -## that your TARGET_SERVER is configured as expected. -## Before changing server settings run this target. +## compare-az-server Diff the configuration settings of the MS Azure +## Postgres flexible-serve named TARGET_SERVER in the +## RESOURCEGROUP resource group. Azure must be +## logged into and defaults established in order to +## use this target. See "Usage" above. This ensures +## that your TARGET_SERVER is configured as expected. +## Before changing server settings run this target. .PHONY: compare-az-server compare-az-server: [ -n "$(TARGET_SERVER)" ] \ -- 2.34.1