diff options
author | EuAndreh <eu@euandre.org> | 2021-08-23 07:57:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-23 07:57:22 -0300 |
commit | 3faebee03ba6473803270e5735019cd664c4b202 (patch) | |
tree | 8e81ac0f9d373f8293b96871b22e5c72d500b244 /README.md | |
parent | aux/ci/report.sh: Add missing closing </main> tag (diff) | |
download | git-permalink-3faebee03ba6473803270e5735019cd664c4b202.tar.gz git-permalink-3faebee03ba6473803270e5735019cd664c4b202.tar.xz |
public/makefile.svg: Start generating it with makefile2graph and graphviz
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,6 +87,7 @@ 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/ @@ -94,6 +95,9 @@ 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/makefile.svg For running the extra development-only checks, run: |