Skip to content

Commit 18f0075

Browse files
committed
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 <phracek@redhat.com>
1 parent 5bf2fc4 commit 18f0075

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

common.mk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build-all: $(VERSIONS)
8282
done
8383

8484
.PHONY: $(VERSIONS)
85-
$(VERSIONS): % : %/root/help.1
85+
$(VERSIONS):
8686
VERSION="$@" $(script_env) $(build)
8787

8888
.PHONY: test check
@@ -136,11 +136,6 @@ clean-images:
136136
clean-versions:
137137
rm -rf $(VERSIONS)
138138

139-
%root/help.1: %README.md
140-
mkdir -p $(@D)
141-
go-md2man -in "$^" -out "$@"
142-
chmod a+r "$@"
143-
144139
generate-all: generate
145140

146141
.PHOHY: generate

0 commit comments

Comments
 (0)