comparison 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
comparison
equal deleted inserted replaced
103808:75dde6a610b0 103809:e45ed3bf8f64
25 25
26 # Tell make where to find source files; this is needed for the makefiles. 26 # Tell make where to find source files; this is needed for the makefiles.
27 VPATH=@srcdir@ 27 VPATH=@srcdir@
28 28
29 infodir = ../../info 29 infodir = ../../info
30 usermanualdir = $(srcdir)/../emacs 30 # Directory with the (customized) texinfo.tex file.
31 texinfodir = $(srcdir)/../misc
31 32
32 TEXI2DVI = texi2dvi 33 TEXI2DVI = texi2dvi
33 SHELL = /bin/sh 34 SHELL = /bin/sh
34 INSTALL_INFO = install-info 35 INSTALL_INFO = install-info
35 MAKEINFO = makeinfo --force 36 MAKEINFO = makeinfo --force
98 99
99 $(infodir)/elisp: $(srcs) 100 $(infodir)/elisp: $(srcs)
100 cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp 101 cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp
101 102
102 elisp.dvi: $(srcs) 103 elisp.dvi: $(srcs)
103 $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi 104 $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
104 105
105 clean: 106 clean:
106 rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ 107 rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
107 *.vr *.vrs *.pg *.pgs *.ky *.kys 108 *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]*
108 rm -f make.out core 109 rm -f make.out core
109 110
110 distclean: clean 111 distclean: clean
111 112
112 maintainer-clean: clean 113 maintainer-clean: clean