diff options
author | EuAndreh <eu@euandre.org> | 2025-05-12 07:36:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-12 10:31:18 -0300 |
commit | 80ae5eff35d4fe48953cb5e61f929f765ab7cd0f (patch) | |
tree | 8037182f336a421de927138f5c562015023c38fe /mkdeps.sh | |
parent | mv po/* po/doc/ (diff) | |
download | gotext-80ae5eff35d4fe48953cb5e61f929f765ab7cd0f.tar.gz gotext-80ae5eff35d4fe48953cb5e61f929f765ab7cd0f.tar.xz |
Absorb gettext_test.go
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,9 +17,14 @@ docs() { find doc/*.adoc } +pos() { + find po/ -name '*.po' | grep -v '^po/doc/' +} + libs | varlist 'libs.go' mains | varlist 'mains.go' docs | varlist 'manpages.N.adoc' +pos | varlist 'sources.po' find tests/functional/*/*.go -not -name main.go | varlist 'functional-tests/lib.go' find tests/functional/*/main.go | varlist 'functional-tests/main.go' |