mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
14 lines
407 B
Text
14 lines
407 B
Text
|
|
$FreeBSD$
|
|
|
|
--- doc/emacs/Makefile.in.orig
|
|
+++ doc/emacs/Makefile.in
|
|
@@ -38,7 +38,7 @@
|
|
# The makeinfo program is part of the Texinfo distribution.
|
|
# Use --force so that it generates output even if there are errors.
|
|
MAKEINFO = @MAKEINFO@
|
|
-MAKEINFO_OPTS = --force --enable-encoding -I $(srcdir)
|
|
+MAKEINFO_OPTS = --force --no-split --enable-encoding -I $(srcdir)
|
|
|
|
TEXI2DVI = texi2dvi
|
|
TEXI2PDF = texi2pdf
|