diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 04:27:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 04:27:45 -0300 |
commit | d7dc5cc4b3da7104d6b47f3b8c5c836f6777ce63 (patch) | |
tree | 60f4da9d329b2cfe8e7a4c06ce3d3c54c76fe7df /Makefile | |
parent | src/gotext.go: Stop panicking on unknown AST type (diff) | |
download | gotext-d7dc5cc4b3da7104d6b47f3b8c5c836f6777ce63.tar.gz gotext-d7dc5cc4b3da7104d6b47f3b8c5c836f6777ce63.tar.xz |
Do not install po/tests/*.mo files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ $(manpages.XX.N.adoc): po/doc/po4a.cfg po4a --no-update --translate-only $@ po/doc/po4a.cfg locale/.gitignore: po/tests/de.mo po/tests/es.mo - instool $(@D) install mo $(sources.mo) + instool $(@D) install mo po/tests/de.mo po/tests/es.mo echo '*' > $@ |