From 451eed829916627e9248f1003752b43617a20ff4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 27 Jan 2021 15:55:27 -0300 Subject: mv build-aux/ -> aux/ and scripts/ --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d910e3..1870865 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ .PHONY: check check: - sh build-aux/assert-spelling.sh - sh build-aux/assert-shellcheck.sh - sh build-aux/workflow/assert-todos.sh - sh build-aux/extract-translations.sh - sh build-aux/apply-translations.sh + sh aux/assert-shellcheck.sh + sh aux/workflow/assert-todos.sh + sh scripts/assert-spelling.sh + sh scripts/extract-translations.sh + sh scripts/apply-translations.sh .PHONY: clean clean: @@ -18,4 +18,4 @@ OUT = public .PHONY: public public: JEKYLL_ENV=production jekyll build -d $(OUT) --trace - sh build-aux/workflow/TODOs.sh $(NAME_UC) $(NAME) $(MAILING_LIST) + sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) $(MAILING_LIST) -- cgit v1.2.3