mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
. 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]
20 lines
623 B
Text
20 lines
623 B
Text
--- doc/lispintro/Makefile.in.orig 2008-12-09 19:27:59.000000000 +0200
|
|
+++ doc/lispintro/Makefile.in 2008-12-09 19:25:20.000000000 +0200
|
|
@@ -33,7 +33,7 @@
|
|
INFO_TARGETS = ${infodir}/eintr
|
|
DVI_TARGETS = emacs-lisp-intro.dvi
|
|
|
|
-MAKEINFO = makeinfo
|
|
+MAKEINFO = makeinfo --no-split
|
|
TEXI2DVI = texi2dvi
|
|
DVIPS = dvips
|
|
|
|
@@ -65,7 +65,7 @@
|
|
|
|
maintainer-clean: distclean
|
|
rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
|
|
- cd $(infodir); rm -f eintr eintr-[1-9]
|
|
+ cd $(infodir); rm -f eintr
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|