aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-15 21:10:50 -0300
committerEuAndreh <eu@euandre.org>2022-01-15 21:10:50 -0300
commit1525541ff515cf436957495dd7cf711a1edba163 (patch)
tree3ee2071a050f36e0d516e88bf1fa2f01675ceac1
parentsrc/locale/: Add translated messages (diff)
downloadgit-permalink-1525541ff515cf436957495dd7cf711a1edba163.tar.gz
git-permalink-1525541ff515cf436957495dd7cf711a1edba163.tar.xz
Makefile: Remove dependency on makefile.svg
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f0d37d..cd1ad9e 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ l10n-gen: README.en.md CHANGELOG.en.md $(manpages.en.in)
sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' -L '$(CONTRIBLANGS)' $? \
src/locale/*.en.txt
-public: l10n-gen all TODOs.md $(manpages) public/makefile.svg
+public: l10n-gen all TODOs.md $(manpages)
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \
-n '$(NAME)' -m '$(MAILING_LIST)' -o public
sh doc/manpages.sh -Ho public $(manpages)