(elisp): Change order of arguments to makeinfo.
This commit is contained in:
parent
2a6c7fe5f2
commit
9b0eaaa714
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ info: $(infodir)/elisp
|
|||
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
|
||||
|
||||
$(infodir)/elisp: $(srcs)
|
||||
$(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
|
||||
$(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
|
||||
|
||||
elisp.dvi: $(srcs)
|
||||
$(texinputdir) $(TEX) $(srcdir)/elisp.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue