diff options
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c33e49ca773..6c9d83edb17 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-10-19 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (elisp): Change order of arguments to makeinfo. | ||
| 4 | |||
| 1 | 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * text.texi (Filling): Add anchor for definition of | 7 | * text.texi (Filling): Add anchor for definition of |
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 31be34100cc..8d4a95911ce 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in | |||
| @@ -104,7 +104,7 @@ 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 |