emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/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:21:41 -0000       1.1
+++ makefile.w32-in     6 Sep 2007 04:26:04 -0000       1.2
@@ -22,8 +22,8 @@
 # Standard configure variables.
 srcdir = .
 
-infodir = $(srcdir)/../info
-usermanualdir = $(srcdir)/../man
+infodir = $(srcdir)/../../info
+usermanualdir = $(srcdir)/../emacs
 
 # Redefine `TEX' if `tex' does not invoke plain TeX.  For example:
 # TEX=platex
@@ -33,7 +33,7 @@
 
 # The environment variable and its value to add $(srcdir) to the path
 # searched for TeX input files.
-texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C
+texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" 
/C
 
 # The name of the manual:
 VERSION=2.9




reply via email to

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