From 44c5a93709de81ce64f252a1492c95bd1ad5a49a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 30 May 2023 13:51:07 +0200 Subject: [PATCH] fixup! makefile: convert to use simple parenthesis --- docs/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 9f2b6dc..973355a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,18 +1,18 @@ include ../defines.mk -GENERATED_SYNOPSIS := \ - proxmox-offline-mirror/synopsis.rst \ - proxmox-offline-mirror-helper/synopsis.rst \ +GENERATED_SYNOPSIS := \ + proxmox-offline-mirror/synopsis.rst \ + proxmox-offline-mirror-helper/synopsis.rst \ config/mirror/config.rst -MAN1_PAGES := \ - proxmox-offline-mirror.1 \ +MAN1_PAGES := \ + proxmox-offline-mirror.1 \ proxmox-offline-mirror-helper.1 -MAN5_PAGES := \ +MAN5_PAGES := \ proxmox-offline-mirror.cfg.5 -EXAMPLE_FILES := \ +EXAMPLE_FILES := \ examples/nginx-conf # Sphinx documentation setup -- 2.39.2