# HG changeset patch # User Glenn Morris # Date 1247108836 0 # Node ID e45ed3bf8f64d74d7b77d9bd17521d9f539895f6 # Parent 75dde6a610b0eea327554846bf446534e4df63aa (texinfodir): Rename from usermanualdir, and update. (clean): Add two-volume.make intermediate files. diff -r 75dde6a610b0 -r e45ed3bf8f64 doc/lispref/Makefile.in --- 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