From d68f80207e2fda373ef58c7daf6e12e61707b6ee Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 19:27:06 -0300 Subject: Makefile: Call README.sh and remove sh flags --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a74d029..728b71f 100644 --- a/Makefile +++ b/Makefile @@ -2,15 +2,16 @@ .PHONY: check check: - sh -eux build-aux/assert-shellcheck.sh - sh -eux build-aux/assert-todos.sh - sh -eux build-aux/assert-terraform.sh + sh build-aux/assert-shellcheck.sh + sh build-aux/assert-todos.sh + sh build-aux/assert-terraform.sh .PHONY: clean clean: rm -rf public/ -.PHONY: public -public: - sh -eu build-aux/workflow/TODOs.sh VPS vps public-inbox - pandoc -s --metadata title='VPS - EuAndreh' -o public/index.html README.md +NAME_UC = VPS +NAME = vps +public: README.md TODOs.md + sh build-aux/workflow/TODOs.sh $(NAME_UC) $(NAME) public-inbox + sh build-aux/workflow/README.sh $(NAME_UC) $(NAME) -- cgit v1.2.3