diff options
author | EuAndreh <eu@euandre.org> | 2022-01-13 17:32:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-13 17:33:20 -0300 |
commit | 99c6239414f052c7981e51a37867abe016db1299 (patch) | |
tree | d18a2f835206c08c3fde9de8c918eba3da8828fa | |
parent | TODOs.md: Add #td-f211218a-7ea2-1e84-fa0d-5aeb7f4f415a (diff) | |
download | git-permalink-99c6239414f052c7981e51a37867abe016db1299.tar.gz git-permalink-99c6239414f052c7981e51a37867abe016db1299.tar.xz |
Makefile: Remove makefile.svg
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | aux/containers/guix/manifest.scm | 2 |
3 files changed, 0 insertions, 8 deletions
@@ -104,10 +104,6 @@ CHANGELOG.en.md: CHANGELOG.md l10n-gen: README.en.md CHANGELOG.en.md $(manpages.en.in) src/locale/en.sh sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' -L '$(CONTRIBLANGS)' $? -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 @@ -87,7 +87,6 @@ The directory structure of the repository is: Extra tools used for development are: - [ShellCheck] for validating scripts; - [po4a], [mdpo] and [gettext] for i18n and l10n support; -- [makefile2graph] and [graphviz] for generating [makefile.svg]; - [pandoc] for generating the documentation HTML and website. [ShellCheck]: https://www.shellcheck.net/ @@ -95,7 +94,6 @@ Extra tools used for development are: [gettext]: https://www.gnu.org/software/gettext/ [pandoc]: https://pandoc.org/ [mdpo]: https://mdpo.readthedocs.io/en/master/ -[makefile2graph]: https://github.com/lindenb/makefile2graph [graphviz]: https://graphviz.org/ [makefile.svg]: https://euandreh.xyz/git-permalink/makefile.svg diff --git a/aux/containers/guix/manifest.scm b/aux/containers/guix/manifest.scm index 0c24595..f4799bf 100644 --- a/aux/containers/guix/manifest.scm +++ b/aux/containers/guix/manifest.scm @@ -10,8 +10,6 @@ git gawk make - makefile2graph - graphviz shellcheck pandoc gettext |