aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 04:29:55 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 06:13:33 -0300
commit610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa (patch)
tree13c65fbcbf25c42ef4ee12af2fdb3d4ed4c9d943
parentDo not install po/tests/*.mo files (diff)
downloadgotext-610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa.tar.gz
gotext-610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa.tar.xz
Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eb6a22..b38212c 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,8 @@ derived-assets = \
$(manpages.XX.N.adoc) \
$(manpages.N) \
$(sources.mo) \
+ po/tests/de.mo \
+ po/tests/es.mo \
locale/.gitignore \
side-assets = \
@@ -153,7 +155,7 @@ tests.bin-check = \
tests/main.bin-check \
$(functional/main.go:.go=.bin-check) \
-tests/functional/api-usage/bin-check: locale/dir.sentinel
+tests/functional/api-usage/main.bin-check: locale/.gitignore
$(tests.bin-check):
$(EXEC)$*.bin