|
Lines 1-6
Link Here
|
| 1 |
--- lispref/Makefile.in.orig Tue Jul 04 16:55:30 2006 +0300 |
1 |
--- ./lispref/Makefile.in.orig Mon Aug 21 08:22:22 2006 |
| 2 |
+++ lispref/Makefile.in Tue Jul 04 16:58:01 2006 +0300 |
2 |
+++ ./lispref/Makefile.in Fri Sep 1 21:10:08 2006 |
| 3 |
@@ -31,7 +31,7 @@ TEXI2DVI = texi2dvi |
3 |
@@ -32,7 +32,7 @@ |
| 4 |
TEXI2DVI = texi2dvi |
4 |
TEXI2DVI = texi2dvi |
| 5 |
SHELL = /bin/sh |
5 |
SHELL = /bin/sh |
| 6 |
INSTALL_INFO = install-info |
6 |
INSTALL_INFO = install-info |
|
Lines 9-15
Link Here
|
| 9 |
|
9 |
|
| 10 |
# The name of the manual: |
10 |
# The name of the manual: |
| 11 |
VERSION=2.9 |
11 |
VERSION=2.9 |
| 12 |
@@ -108,7 +108,7 @@ elisp.dvi: $(srcs) |
12 |
@@ -109,7 +109,7 @@ |
| 13 |
# This is for use in a separate distro of the Emacs Lisp manual. |
13 |
# This is for use in a separate distro of the Emacs Lisp manual. |
| 14 |
install: elisp |
14 |
install: elisp |
| 15 |
$(srcdir)/mkinstalldirs $(infodir) |
15 |
$(srcdir)/mkinstalldirs $(infodir) |
|
Lines 18-24
Link Here
|
| 18 |
${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp |
18 |
${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp |
| 19 |
|
19 |
|
| 20 |
# This is for use in a separate distro of the Emacs Lisp manual. |
20 |
# This is for use in a separate distro of the Emacs Lisp manual. |
| 21 |
@@ -124,7 +124,7 @@ distclean: clean |
21 |
@@ -125,7 +125,7 @@ |
| 22 |
|
22 |
|
| 23 |
maintainer-clean: clean |
23 |
maintainer-clean: clean |
| 24 |
rm -f elisp.dvi elisp.oaux |
24 |
rm -f elisp.dvi elisp.oaux |
|
Lines 27-33
Link Here
|
| 27 |
|
27 |
|
| 28 |
dist: $(infodir)/elisp elisp.dvi |
28 |
dist: $(infodir)/elisp elisp.dvi |
| 29 |
-rm -rf temp |
29 |
-rm -rf temp |
| 30 |
@@ -134,7 +134,7 @@ dist: $(infodir)/elisp elisp.dvi |
30 |
@@ -135,7 +135,7 @@ |
| 31 |
$(srcdir)/Makefile.in $(srcs) \ |
31 |
$(srcdir)/Makefile.in $(srcs) \ |
| 32 |
$(srcdir)/../man/texinfo.tex \ |
32 |
$(srcdir)/../man/texinfo.tex \ |
| 33 |
elisp.dvi elisp.aux elisp.??s \ |
33 |
elisp.dvi elisp.aux elisp.??s \ |