diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-25 06:01:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-25 06:01:23 +0000 |
commit | 7fe748eb374e1529c5e65143da4940d56af14696 (patch) | |
tree | 3b2b6a32daf4049f02b7c959b6fe0054560995be /Makefile | |
parent | Releasing debian version 20210724-1. (diff) | |
download | open-infrastructure-compute-tools-7fe748eb374e1529c5e65143da4940d56af14696.tar.xz open-infrastructure-compute-tools-7fe748eb374e1529c5e65143da4940d56af14696.zip |
Merging upstream version 20210725.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,7 +51,7 @@ test: # FIXME: fail hard on shellcheck once all issues are fixed @echo -n "Checking with shellcheck... " - @if [ -x /usr/bin/checkbashisms ]; \ + @if [ -x /usr/bin/shellcheck ]; \ then \ for SCRIPT in $(SCRIPTS); \ do \ @@ -63,10 +63,10 @@ test: fi @echo " done." -build: share/man/*.txt +build: share/man/*.rst $(MAKE) -C share/man - sed -n '/^NAME/,$$p' share/man/$(SOFTWARE).7.txt > README.txt + sed -n '/^===/,$$p' share/man/$(SOFTWARE).7.rst > README.txt install: build mkdir -p $(DESTDIR)/etc/$(SOFTWARE)/config |