diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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: |