emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/Makefile.in,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/Makefile.in,v
Date: Sun, 29 Oct 2006 21:36:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/10/29 21:36:17

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lispref/Makefile.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- Makefile.in 21 Aug 2006 05:22:22 -0000      1.38
+++ Makefile.in 29 Oct 2006 21:36:17 -0000      1.39
@@ -26,7 +26,7 @@
 # Tell make where to find source files; this is needed for the makefiles.
 address@hidden@
 
-infodir = $(srcdir)/../info
+infodir = ../info
 usermanualdir = $(srcdir)/../man
 
 TEXI2DVI = texi2dvi
@@ -101,7 +101,7 @@
 info: $(infodir)/elisp
 
 $(infodir)/elisp: $(srcs)
-       $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
+       cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o 
$(infodir)/elisp
 
 elisp.dvi: $(srcs)
        $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]