diff options
author | EuAndreh <eu@euandre.org> | 2025-05-04 09:29:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-04 09:29:41 -0300 |
commit | b5260b292ae5f54902ec7a61fde340e03ce854e9 (patch) | |
tree | c73f6b14f462251bda9c9c5a389fe6db8e5112bf /deps.mk | |
parent | Add standalone uuid(1) utility (diff) | |
download | uuid-b5260b292ae5f54902ec7a61fde340e03ce854e9.tar.gz uuid-b5260b292ae5f54902ec7a61fde340e03ce854e9.tar.xz |
Add i18n for manpages
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,7 +15,12 @@ mains.go = \ tests/main.go \ manpages.N.adoc = \ + doc/uuid.de.1.adoc \ doc/uuid.en.1.adoc \ + doc/uuid.eo.1.adoc \ + doc/uuid.es.1.adoc \ + doc/uuid.fr.1.adoc \ + doc/uuid.pt.1.adoc \ functional-tests/lib.go = \ tests/functional/string-round-trip/uuid.go \ |