diff options
author | EuAndreh <eu@euandre.org> | 2021-07-23 10:34:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-23 10:37:09 -0300 |
commit | 94ec6277e47878485bc44bd753129c516c044f8d (patch) | |
tree | 22243ff344c7b55975554feba472a6f61b1ff4aa /README.md | |
parent | Makefile: Use $(PREFIX) directly over the $(MANPREFIX) variable (diff) | |
download | git-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |