aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-16 15:36:57 -0300
committerEuAndreh <eu@euandre.org>2021-06-16 15:36:57 -0300
commitfe323b639daec196157d1bad9df405df5e661382 (patch)
tree5be0886c4f664961c780d41ae0fb0227754332b0
parentaux/workflow/assert-manpages.sh: Fix link to mailing list (diff)
downloadgit-permalink-fe323b639daec196157d1bad9df405df5e661382.tar.gz
git-permalink-fe323b639daec196157d1bad9df405df5e661382.tar.xz
Makefile: Add $(manpages) as a dependency of the "public" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cc5516..8ebd1fb 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
dist:
sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME)
-public: README.md TODOs.md CHANGELOG.md
+public: README.md TODOs.md CHANGELOG.md $(manpages)
sh aux/workflow/public.sh $(NAME) $(NAME) $(MAILING_LIST)
for m in $(manpages); do $(do_subst) < $$m | pandoc -s -r man -w html > public/`basename $$m`.html; done