aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d159a5b..be1a082 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ check:
if [ -d .git ]; then \
echo 'Assuming Git repository, running development checks.'; \
- sh build-aux/assert-shellcheck.sh; \
- sh build-aux/workflow/assert-todos.sh; \
+ sh aux/assert-shellcheck.sh; \
+ sh aux/workflow/assert-todos.sh; \
fi
dist:
@@ -53,9 +53,9 @@ dist:
NAME = remembering
public: README.md TODOs.md CHANGELOG.md
- sh build-aux/workflow/TODOs.sh $(NAME) $(NAME) public-inbox
- sh build-aux/workflow/README.sh $(NAME) $(NAME)
- sh build-aux/workflow/CHANGELOG.sh $(NAME)
+ sh aux/workflow/TODOs.sh $(NAME) $(NAME) public-inbox
+ sh aux/workflow/README.sh $(NAME) $(NAME)
+ sh aux/workflow/CHANGELOG.sh $(NAME)
groff -m man -Thtml remembering.1 > public/remembering.1.html
groff -m man -Thtml remembering.5 > public/remembering.5.html