aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-devel/files/patch-lispref-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs-devel/files/patch-lispref-Makefile.in')
-rw-r--r--editors/emacs-devel/files/patch-lispref-Makefile.in37
1 files changed, 9 insertions, 28 deletions
diff --git a/editors/emacs-devel/files/patch-lispref-Makefile.in b/editors/emacs-devel/files/patch-lispref-Makefile.in
index 2760a77676c6..014a8cfd974b 100644
--- a/editors/emacs-devel/files/patch-lispref-Makefile.in
+++ b/editors/emacs-devel/files/patch-lispref-Makefile.in
@@ -1,5 +1,5 @@
---- lispref/Makefile.in.orig Sat Mar 26 18:34:51 2005
-+++ lispref/Makefile.in Tue Apr 12 23:23:23 2005
+--- lispref/Makefile.in.orig Thu Apr 20 23:29:18 2006
++++ lispref/Makefile.in Wed May 3 04:50:53 2006
@@ -31,7 +31,7 @@
TEXI2DVI = texi2dvi
SHELL = /bin/sh
@@ -9,49 +9,30 @@
# The name of the manual:
VERSION=2.9
-@@ -97,10 +97,10 @@
- .PHONY: clean
-
- # The info file is named `elisp'.
--info: $(infodir)/elisp
-+info: $(infodir)/elisp.info
-
--$(infodir)/elisp: $(srcs)
-- $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
-+$(infodir)/elisp.info: $(srcs)
-+ $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp.info
-
- elisp.dvi: $(srcs)
- $(TEXI2DVI) -I $(srcdir) $(srcdir)/elisp.texi
-@@ -108,8 +108,8 @@
+@@ -108,7 +108,7 @@
# This is for use in a separate distro of the Emacs Lisp manual.
install: elisp
$(srcdir)/mkinstalldirs $(infodir)
- cp elisp elisp-[1-9] elisp-[1-9][0-9] $(infodir)
-- ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
-+ cp elisp.info $(infodir)
-+ ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp.info
++ cp elisp $(infodir)
+ ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
# This is for use in a separate distro of the Emacs Lisp manual.
- elisp: $(srcs)
-@@ -124,9 +124,9 @@
+@@ -124,7 +124,7 @@
maintainer-clean: clean
rm -f elisp.dvi elisp.oaux
- cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9]
-+ cd $(infodir); rm -f elisp.info
++ cd $(infodir); rm -f elisp
--dist: $(infodir)/elisp elisp.dvi
-+dist: $(infodir)/elisp.info elisp.dvi
+ dist: $(infodir)/elisp elisp.dvi
-rm -rf temp
- -mkdir temp
- -mkdir temp/$(manual)
@@ -134,7 +134,7 @@
$(srcdir)/Makefile.in $(srcs) \
$(srcdir)/../man/texinfo.tex \
elisp.dvi elisp.aux elisp.??s \
- $(infodir)/elisp $(infodir)/elisp-[1-9] $(infodir)/elisp-[1-9][0-9] \
-+ $(infodir)/elisp.info \
++ $(infodir)/elisp \
temp/$(manual)
-(cd temp/$(manual); rm -f mkinstalldirs)
cp $(srcdir)/mkinstalldirs temp/$(manual)