diff options
author | EuAndreh <eu@euandre.org> | 2021-06-14 16:28:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-14 16:28:43 -0300 |
commit | 3c687cf1c53761eee003a4c211fd419e9192c977 (patch) | |
tree | f3ef6b69e1c9626e8605ff9166152887d39a8161 /README.md | |
parent | README.md: Add link to git-send-email.io (diff) | |
download | git-permalink-3c687cf1c53761eee003a4c211fd419e9192c977.tar.gz git-permalink-3c687cf1c53761eee003a4c211fd419e9192c977.tar.xz |
Makefile: Use pandoc to generate HTML version of manpages
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ The documentation is available via installed manpages or online: [`git-permalink Extratools used for development are: - [ShellCheck] for validating scripts; -- [pandoc], troff and Perl for generating the documentation HTML and website. +- [pandoc] and Perl for generating the documentation HTML and website. [ShellCheck]: https://www.shellcheck.net/ [pandoc]: https://pandoc.org/ |