aboutsummaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-11 07:58:03 -0300
committerEuAndreh <eu@euandre.org>2025-05-11 07:58:03 -0300
commit04c91c40d548bb70062fcadeeeea37fd4319e066 (patch)
treee6c9c2d04de7544e5d3b0f2d48076c1da97a8975 /deps.mk
parentsrc/gistatic.go: Add missing trailing newline to usage() output (diff)
downloadgistatic-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.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps.mk b/deps.mk
index 330faad..02fb1b7 100644
--- a/deps.mk
+++ b/deps.mk
@@ -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 \