* Makefile.in (dvi, pdf, $(infodir)): New targets.
($(infodir)/elisp): Ensure target directory exists. Use $@.
+ Fix -I typo.
(clean): No 'make.out' or 'core' files.
(.PHONY): Declare clean rules.
(maintainer-clean): Delete pdf file. Guard against cd failures.
$(infodir):
mkdir $@
-## FIXME ? -I$infodir is that right, or should it be texinfodir?
$(infodir)/elisp: $(infodir) $(srcs)
- cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $@
+ cd $(srcdir); $(MAKEINFO) -I. -I$(texinfodir) elisp.texi -o $@
elisp.dvi: $(srcs)
$(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi