From 914fba132cdc593a5d65d4a236e814ed2b8bc6c5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 Sep 2021 09:13:49 -0300 Subject: README.md: Add links to missing development tools --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1ec280..739fb54 100644 --- a/README.md +++ b/README.md @@ -85,17 +85,21 @@ The directory structure of the repository is: ## Contributing Extra tools used for development are: -- [fallible] and [Valgrind] for memory testing; +- [Valgrind] for memory testing; - [ShellCheck] for validating scripts; -- [po4a] and [gettext] for i18n and l10n support; -- [pandoc] and Perl for generating the documentation HTML and website. +- [po4a], [mdpo] and [gettext] for i18n and l10n support; +- [makefile2graph] and [graphviz] for generating [makefile.svg]; +- [pandoc] for generating the documentation HTML and website. -[fallible]: https://fallible.euandreh.xyz [Valgrind]: https://valgrind.org [ShellCheck]: https://www.shellcheck.net/ [po4a]: https://po4a.org/index.php.en [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 For running the extra development-only checks, run: -- cgit v1.2.3