From 70a37a2ebd244c4a70eeaec6fc729c507d63cd15 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 11 Mar 2026 13:05:46 +0100 Subject: [PATCH] Let's remove generation help.1 to container completelly. I would prefer also add into each container file called 'USAGE.md' from 'README.md' I would like to avoid duplication from README.md Signed-off-by: Petr "Stone" Hracek --- common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common.mk b/common.mk index fe7fe92..51dcc8a 100644 --- a/common.mk +++ b/common.mk @@ -82,7 +82,7 @@ build-all: $(VERSIONS) done .PHONY: $(VERSIONS) -$(VERSIONS): % : %/root/help.1 +$(VERSIONS): VERSION="$@" $(script_env) $(build) .PHONY: test check @@ -136,11 +136,6 @@ clean-images: clean-versions: rm -rf $(VERSIONS) -%root/help.1: %README.md - mkdir -p $(@D) - go-md2man -in "$^" -out "$@" - chmod a+r "$@" - generate-all: generate .PHOHY: generate