diff options
Diffstat (limited to 'editors/emacs/files/patch-doc-misc-Makefile.in')
-rw-r--r-- | editors/emacs/files/patch-doc-misc-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-doc-misc-Makefile.in b/editors/emacs/files/patch-doc-misc-Makefile.in new file mode 100644 index 000000000000..8626784b0f4e --- /dev/null +++ b/editors/emacs/files/patch-doc-misc-Makefile.in @@ -0,0 +1,11 @@ +--- doc/misc/Makefile.in.orig Tue Jun 23 07:39:39 2009 +0300 ++++ doc/misc/Makefile.in Tue Jun 23 07:39:41 2009 +0300 +@@ -34,7 +34,7 @@ + + # The makeinfo program is part of the Texinfo distribution. + # Use --force so that it generates output even if there are errors. +-MAKEINFO = makeinfo --force ++MAKEINFO = makeinfo --force --no-split + + # Also add new entries to INFO_FILES in the top-level Makefile.in. + INFO_TARGETS = \ |