mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
14 lines
415 B
Text
14 lines
415 B
Text
|
|
$FreeBSD$
|
|
|
|
--- doc/misc/Makefile.in.orig
|
|
+++ doc/misc/Makefile.in
|
|
@@ -41,7 +41,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 -I$(emacsdir)
|
|
+MAKEINFO_OPTS = --force --no-split -I$(emacsdir)
|
|
|
|
# Also add new entries to INFO_FILES in the top-level Makefile.in.
|
|
INFO_TARGETS = \
|