gbranden pushed a commit to branch master
in repository groff.

commit 93d6d9bc391ccce1f86d38f175423db91ebb44f6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 26 19:29:56 2022 +1000

    doc/doc.am: Wrap long line.
---
 doc/doc.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doc.am b/doc/doc.am
index 93436783..28870aad 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -574,8 +574,8 @@ if HAVE_TEXI2DVI
        LC_ALL=C \
        TEXINPUTS="$(top_srcdir)/build-aux:$(TEXINPUTS)" \
        MAKEINFO='$(MAKEINFO) -I $(doc_srcdir)' \
-       $(PROG_TEXI2DVI) -e --batch --pdf --build-dir=doc/`basename $@`.t2p \
-         -o $@ $<
+       $(PROG_TEXI2DVI) -e --batch --pdf \
+         --build-dir=doc/`basename $@`.t2p -o $@ $<
 else
        @echo "program texi2dvi is missing or too old;" \
          "cannot generate $@" >&2; \

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to