comparison lispref/makefile.w32-in @ 57616:9b79e93065fc

(elisp): Change order of arguments to makeinfo.
author Jason Rumney <jasonr@gnu.org>
date Tue, 19 Oct 2004 21:39:28 +0000
parents bb6720f21c54
children 51c73785810d
comparison
equal deleted inserted replaced
57615:39df775e7b0e 57616:9b79e93065fc
102 # The info file is named `elisp'. 102 # The info file is named `elisp'.
103 info: $(infodir)/elisp 103 info: $(infodir)/elisp
104 $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp 104 $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
105 105
106 $(infodir)/elisp: $(srcs) 106 $(infodir)/elisp: $(srcs)
107 $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp 107 $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
108 108
109 elisp.dvi: $(srcs) 109 elisp.dvi: $(srcs)
110 $(texinputdir) $(TEX) $(srcdir)/elisp.texi 110 $(texinputdir) $(TEX) $(srcdir)/elisp.texi
111 111
112 clean: 112 clean: