aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-18 00:17:14 -0300
committerEuAndreh <eu@euandre.org>2021-02-18 00:26:49 -0300
commitd5281eba0512c0a56769ec2addf26b77e8c41bae (patch)
tree6fb0c98a85471ab0b432c07abf1a2193713a133c /Makefile.in
parentMakefile.in: Fix typo in $(NAME_UC) (diff)
downloadremembering-d5281eba0512c0a56769ec2addf26b77e8c41bae.tar.gz
remembering-d5281eba0512c0a56769ec2addf26b77e8c41bae.tar.xz
Generate report.sh after CI finishes
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 91a3704..04c5110 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ public: README.md TODOs.md CHANGELOG.md $(manpages)
sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) $(MAILING_LIST)
sh aux/workflow/README.sh $(NAME_UC) $(NAME)
sh aux/workflow/commonmark.sh $(NAME_UC) CHANGELOG.md
- sh aux/ci/report.sh $(NAME_UC)
+ sh aux/ci/report.sh $(NAME)
for m in $(manpages); do groff -m man -Thtml $$m > public/`basename $$m`.html; done
.PHONY: all clean check dev-check dist install uninstall