aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 21:28:17 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:32:32 -0300
commitfeb48d6df17680a3d8a511d4e40f797143e4b393 (patch)
tree85200f7350db57011d026103f514e29093bc6c8b /TODOs.md
parentaux/workflow/*: Don't inherit global PROJECT_UC (diff)
downloadgit-permalink-feb48d6df17680a3d8a511d4e40f797143e4b393.tar.gz
git-permalink-feb48d6df17680a3d8a511d4e40f797143e4b393.tar.xz
TODOs.md: spellcheck
Diffstat (limited to 'TODOs.md')
-rw-r--r--TODOs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODOs.md b/TODOs.md
index 512d73e..3a13c71 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -7,13 +7,13 @@
Unlike `doc/git-permalink.*.1.in` files, these two don't need to be commited into the repository.
-The reason why the manpages are is to lessen the requiment on the consumer whenthey're on the canonical `make && make install` path.
+The reason why the manpages are is to lessen the requirement on the consumer when they're on the canonical `make && make install` path.
They can even `make check` before installing (or uninstalling), and all of those targets are specifically kept with minimal requirements, so that the user can build, test and install the software without requiring extra dependencies.
Due to that, the translated manpages are kept in the repository so that users don't need `po4a` or `gettext`.
The same is not true for the `public` target.
This is meant for building the HTML pages of the website.
-Even though all of the code that generates thoses pages live in the repository under `aux/`, `make public` isn't part of the canonical steps required for users to install software.
+Even though all of the code that generates those pages live in the repository under `aux/`, `make public` isn't part of the canonical steps required for users to install software.
Because of that, `{README,CHANGELOG}.{pt,fr,eo}.md` don't need to live in the repository, and can be generated on the fly under the `public` target.