(texinfodir): Rename from usermanualdir, and update.
(clean): Add two-volume.make intermediate files.
This commit is contained in:
parent
7341dc77d5
commit
aa514a98a7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue