diff options
author | EuAndreh <eu@euandre.org> | 2025-05-11 07:58:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-11 07:58:03 -0300 |
commit | 04c91c40d548bb70062fcadeeeea37fd4319e066 (patch) | |
tree | e6c9c2d04de7544e5d3b0f2d48076c1da97a8975 /deps.mk | |
parent | src/gistatic.go: Add missing trailing newline to usage() output (diff) | |
download | gistatic-04c91c40d548bb70062fcadeeeea37fd4319e066.tar.gz gistatic-04c91c40d548bb70062fcadeeeea37fd4319e066.tar.xz |
Finish branches.html and setup i18n of manpages and HTML strings
Diffstat (limited to '')
-rw-r--r-- | deps.mk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ mains.go = \ tests/fuzz/internal-queue/main.go \ tests/main.go \ +manpages.N.adoc = \ + doc/gistatic.en.0.adoc \ + doc/gistatic.pt.0.adoc \ + +sources.po = \ + po/gistatic/pt.po \ + functional-tests/lib.go = \ tests/functional/empty-repository/gistatic.go \ |