aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
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)