1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(usermanualdir): New variable.

(elisp.dvi): Use it.
This commit is contained in:
Eli Zaretskii 2006-09-02 11:35:17 +00:00
parent ff137f16c3
commit 2fdcceb9a8

View file

@ -23,6 +23,7 @@
srcdir = .
infodir = $(srcdir)/../info
usermanualdir = $(srcdir)/../man
# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
# TEX=platex
@ -108,7 +109,7 @@ $(infodir)/elisp: $(srcs)
$(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
elisp.dvi: $(srcs)
$(texinputdir) $(TEX) $(srcdir)/elisp.texi
$(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi
clean:
- $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \