emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispintro/makefile.w32-in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/lispintro/makefile.w32-in,v
Date: Thu, 06 Sep 2007 04:06:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/06 04:06:03

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/doc/lispintro/makefile.w32-in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- makefile.w32-in     6 Sep 2007 04:03:24 -0000       1.1
+++ makefile.w32-in     6 Sep 2007 04:06:03 -0000       1.2
@@ -21,7 +21,7 @@
 
 srcdir = .
 
-infodir = $(srcdir)/../info
+infodir = $(srcdir)/../../info
 
 INFO_SOURCES = $(srcdir)/emacs-lisp-intro.texi
 # The file name eintr must fit within 5 characters, to allow for
@@ -33,7 +33,7 @@
 INSTALL_INFO = install-info
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
+ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \
         "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C
 
 .SUFFIXES: .dvi .ps .texi




reply via email to

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