]> granicus.if.org Git - psmisc/commitdiff
build-sys: Remove wrap line from man-po Makefile
authorCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 09:53:41 +0000 (20:53 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 09:53:41 +0000 (20:53 +1100)
po4a --no-wrap actually does wrap files, making the po files change
for no reason.

man-po/Makefile.am

index 1113b00a4adaf582ec4c1a82035cb4c24f5b199e..983262ecc149645d601e2e58c222558c4f11c10a 100644 (file)
@@ -26,7 +26,6 @@ PO4A_V_0 = @echo "  PO4A   $@";
 
 PO4A_OPTS = --previous --srcdir $(srcdir) --destdir $(CURDIR) --no-backups \
             --package-name $(PACKAGE) --package-version $(VERSION) \
-           --wrap-po no \
             --msgid-bugs-address "Craig Small <csmall@dropbear.xyz>"
 
 all-local: all-local-@USE_PO4A@