* doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.
This commit is contained in:
parent
0264072dee
commit
8cce34d087
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* 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.
|
||||
|
|
|
@ -100,9 +100,8 @@ pdf: elisp.pdf
|
|||
$(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
|
||||
|
|
Loading…
Add table
Reference in a new issue