aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-23 10:34:46 -0300
committerEuAndreh <eu@euandre.org>2021-07-23 10:37:09 -0300
commit94ec6277e47878485bc44bd753129c516c044f8d (patch)
tree22243ff344c7b55975554feba472a6f61b1ff4aa /README.md
parentMakefile: Use $(PREFIX) directly over the $(MANPREFIX) variable (diff)
downloadgit-permalink-94ec6277e47878485bc44bd753129c516c044f8d.tar.gz
git-permalink-94ec6277e47878485bc44bd753129c516c044f8d.tar.xz
aux/workflow/TODOs.sh: Remove dependency on Perl
I've replaced the Perl usage for doing regexes with plain sed. Implements #task-bf65e50a-b424-9fce-ba8e-fcd6b3bf1c7a. Also: - README.md: remove Perl from the list of tools required; - po/LC_MESSAGES/README.en.md/*.po: translate the update on required tools; - aux/guix/manifest.scm: remove Perl package.
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be08c47..b5ce9e6 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +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;
-- [pandoc] and Perl for generating the documentation HTML and website.
+- [pandoc] for generating the documentation HTML and website.
[ShellCheck]: https://www.shellcheck.net/
[po4a]: https://po4a.org/index.php.en