ports/editors/emacs-devel/files/patch-doc-emacs-Makefile.in
Boris Samorodov ae1486e557 . fix the build WITHOUT_GTK; [1]
. update to a newer snapshot;  [2]
. while I'm here: reset PORTREVISION.

PR:		28513  [1], 129536  [2]
Submitted by:	Ashish Shukla <wahjava at gmail.com>  [1],
		keramida (maintainer)  [2]
Approved by:	keramida (maintainer)  [1]
2008-12-09 22:18:53 +00:00

20 lines
654 B
Text

--- doc/emacs/Makefile.in.orig 2008-12-09 19:27:59.000000000 +0200
+++ doc/emacs/Makefile.in 2008-12-09 19:25:19.000000000 +0200
@@ -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
INFO_TARGETS = $(infodir)/emacs
DVI_TARGETS = emacs.dvi
@@ -144,7 +144,7 @@
# rm -f Makefile
maintainer-clean: distclean
- for file in $(INFO_TARGETS); do rm -f $${file}*; done
+ for file in $(INFO_TARGETS); do rm -f $${file}; done
# Formerly this directory had texindex.c and getopt.c in it