aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-16 10:25:29 -0300
committerEuAndreh <eu@euandre.org>2021-07-16 10:25:29 -0300
commit02ee03cd7eb2463e71b08facaad420e392a4a728 (patch)
tree48dcc11f543c95052d82cbb010055b3c7a271a47 /Makefile
parentRelease v0.2.3 (diff)
downloadgit-permalink-02ee03cd7eb2463e71b08facaad420e392a4a728.tar.gz
git-permalink-02ee03cd7eb2463e71b08facaad420e392a4a728.tar.xz
Makefile: Remove redundant markdown dependencies from "public"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e997e1..0c10c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ CHANGELOG.en.md: CHANGELOG.md
l10n-gen: README.en.md CHANGELOG.en.md $(manpages.en.in)
sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' -L '$(CONTRIBLANGS)' $?
-public: l10n-gen all README.md TODOs.md CHANGELOG.md $(manpages)
+public: l10n-gen all TODOs.md $(manpages)
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' -n $(NAME) -m $(MAILING_LIST) -o public
sh aux/workflow/manpages.sh -Ho public $(manpages)