emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref Makefile.in


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref Makefile.in
Date: Thu, 09 Jul 2009 03:07:16 +0000

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

Modified files:
        doc/lispref    : Makefile.in 

Log message:
        (texinfodir): Rename from usermanualdir, and update.
        (clean): Add two-volume.make intermediate files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/Makefile.in?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Makefile.in 8 Jan 2009 05:28:56 -0000       1.7
+++ Makefile.in 9 Jul 2009 03:07:16 -0000       1.8
@@ -27,7 +27,8 @@
 address@hidden@
 
 infodir = ../../info
-usermanualdir = $(srcdir)/../emacs
+# Directory with the (customized) texinfo.tex file.
+texinfodir = $(srcdir)/../misc
 
 TEXI2DVI = texi2dvi
 SHELL = /bin/sh
@@ -100,11 +101,11 @@
        cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o 
$(infodir)/elisp
 
 elisp.dvi: $(srcs)
-       $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi
+       $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
 
 clean:
        rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
-              *.vr *.vrs *.pg *.pgs *.ky *.kys
+              *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]*
        rm -f make.out core
 
 distclean: clean




reply via email to

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