diff doc/lispref/Makefile.in @ 103809:e45ed3bf8f64

(texinfodir): Rename from usermanualdir, and update. (clean): Add two-volume.make intermediate files.
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:07:16 +0000
parents cb5d2387102c
children c070113047fe
line wrap: on
line diff
--- a/doc/lispref/Makefile.in	Thu Jul 09 03:07:01 2009 +0000
+++ b/doc/lispref/Makefile.in	Thu Jul 09 03:07:16 2009 +0000
@@ -27,7 +27,8 @@
 VPATH=@srcdir@
 
 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