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.in,v


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

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

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile.in 6 Sep 2007 04:17:33 -0000       1.1
+++ Makefile.in 6 Sep 2007 04:25:46 -0000       1.2
@@ -26,8 +26,9 @@
 # Tell make where to find source files; this is needed for the makefiles.
 address@hidden@
 
-infodir = ../info
-usermanualdir = $(srcdir)/../man
+infodir = ../../info
+usermanualdir = $(srcdir)/../emacs
+miscmanualdir = $(srcdir)/../misc
 
 TEXI2DVI = texi2dvi
 SHELL = /bin/sh
@@ -133,7 +134,7 @@
        -mkdir temp/$(manual)
        -ln $(srcdir)/README $(srcdir)/configure.in $(srcdir)/configure \
  $(srcdir)/Makefile.in $(srcs) \
- $(srcdir)/../man/texinfo.tex \
+ $(miscmanualdir)/texinfo.tex \
  elisp.dvi elisp.aux elisp.??s \
  $(infodir)/elisp $(infodir)/elisp-[1-9] $(infodir)/elisp-[1-9][0-9] \
  temp/$(manual)




reply via email to

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