diff options
author | EuAndreh <eu@euandre.org> | 2021-09-02 09:13:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-02 09:13:49 -0300 |
commit | 914fba132cdc593a5d65d4a236e814ed2b8bc6c5 (patch) | |
tree | fd316f552f7b9bf73fa2d04be6b47e17e70e4dd3 /README.md | |
parent | README.md: Simplify installation instruction (diff) | |
download | remembering-914fba132cdc593a5d65d4a236e814ed2b8bc6c5.tar.gz remembering-914fba132cdc593a5d65d4a236e814ed2b8bc6c5.tar.xz |
README.md: Add links to missing development tools
Diffstat (limited to 'README.md')
-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: |