(texinfodir): Rename from usermanualdir, and update.

(clean): Add two-volume.make intermediate files.
This commit is contained in:
Glenn Morris 2009-07-09 03:07:16 +00:00
parent 7341dc77d5
commit aa514a98a7

View file

@ -27,7 +27,8 @@ srcdir = @srcdir@
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 @@ $(infodir)/elisp: $(srcs)
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