aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-23 07:57:22 -0300
committerEuAndreh <eu@euandre.org>2021-08-23 07:57:22 -0300
commit3faebee03ba6473803270e5735019cd664c4b202 (patch)
tree8e81ac0f9d373f8293b96871b22e5c72d500b244 /Makefile
parentaux/ci/report.sh: Add missing closing </main> tag (diff)
downloadgit-permalink-3faebee03ba6473803270e5735019cd664c4b202.tar.gz
git-permalink-3faebee03ba6473803270e5735019cd664c4b202.tar.xz
public/makefile.svg: Start generating it with makefile2graph and graphviz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fb77cc..a89f975 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,11 @@ 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 TODOs.md $(manpages)
+public/makefile.svg: Makefile
+ mkdir -p $(@D)
+ makefile2graph check | dot -Tsvg > $@
+
+public: l10n-gen all TODOs.md $(manpages) public/makefile.svg
sh aux/workflow/public.sh -l '$(TRANSLATIONS) $(CONTRIBLANGS) en' \
-n $(NAME) -m $(MAILING_LIST) -o public
sh doc/manpages.sh -Ho public $(manpages)