diff options
author | EuAndreh <eu@euandre.org> | 2025-05-10 16:37:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-10 16:39:40 -0300 |
commit | db8f4dca47a613716b90d7225841ba90513a773a (patch) | |
tree | 7718d7cdf81d0a8cf3abe8d9f544468738895d0b /deps.mk | |
parent | Setup Go skeleton (diff) | |
download | gotext-db8f4dca47a613716b90d7225841ba90513a773a.tar.gz gotext-db8f4dca47a613716b90d7225841ba90513a773a.tar.xz |
Setup manpage i18n
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,6 +12,14 @@ mains.go = \ tests/fuzz/api/main.go \ tests/main.go \ +manpages.N.adoc = \ + doc/gotext.de.0.adoc \ + doc/gotext.en.0.adoc \ + doc/gotext.eo.0.adoc \ + doc/gotext.es.0.adoc \ + doc/gotext.fr.0.adoc \ + doc/gotext.pt.0.adoc \ + functional-tests/lib.go = \ tests/functional/api-usage/gotext.go \ |