aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-02 09:13:49 -0300
committerEuAndreh <eu@euandre.org>2021-09-02 09:13:49 -0300
commit914fba132cdc593a5d65d4a236e814ed2b8bc6c5 (patch)
treefd316f552f7b9bf73fa2d04be6b47e17e70e4dd3
parentREADME.md: Simplify installation instruction (diff)
downloadremembering-914fba132cdc593a5d65d4a236e814ed2b8bc6c5.tar.gz
remembering-914fba132cdc593a5d65d4a236e814ed2b8bc6c5.tar.xz
README.md: Add links to missing development tools
-rw-r--r--README.md12
1 files 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: