diff options
| author | Chong Yidong | 2006-10-30 14:15:57 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-30 14:15:57 +0000 |
| commit | c5bd92c9c1e6f02ce73846e95b5e5a6b9646b233 (patch) | |
| tree | 16736c454edf7ea64e533c9207c26d92a6f31d68 | |
| parent | 772033adc288bcf38698ff4fe74f4932b1bb57f1 (diff) | |
| download | emacs-c5bd92c9c1e6f02ce73846e95b5e5a6b9646b233.tar.gz emacs-c5bd92c9c1e6f02ce73846e95b5e5a6b9646b233.zip | |
* makefile.w32-in: revert last change.
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/makefile.w32-in | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 03359e1cd29..3af50b868b7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | * Makefile.in: Use relative paths to avoid advertising filesystem | 3 | * Makefile.in: Use relative paths to avoid advertising filesystem |
| 4 | contents during compilation. | 4 | contents during compilation. |
| 5 | 5 | ||
| 6 | * makefile.w32-in: Likewise. | ||
| 7 | |||
| 8 | 2006-10-23 Kim F. Storm <storm@cua.dk> | 6 | 2006-10-23 Kim F. Storm <storm@cua.dk> |
| 9 | 7 | ||
| 10 | * commands.texi (Event Input Misc): Update unread-command-events. | 8 | * commands.texi (Event Input Misc): Update unread-command-events. |
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 93bb5ae6d45..7da88058bd5 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | # Standard configure variables. | 22 | # Standard configure variables. |
| 23 | srcdir = . | 23 | srcdir = . |
| 24 | 24 | ||
| 25 | infodir = ../info | 25 | infodir = $(srcdir)/../info |
| 26 | usermanualdir = $(srcdir)/../man | 26 | usermanualdir = $(srcdir)/../man |
| 27 | 27 | ||
| 28 | # Redefine `TEX' if `tex' does not invoke plain TeX. For example: | 28 | # Redefine `TEX' if `tex' does not invoke plain TeX. For example: |
| @@ -106,7 +106,7 @@ $(infodir)/dir: | |||
| 106 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp | 106 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp |
| 107 | 107 | ||
| 108 | $(infodir)/elisp: $(srcs) | 108 | $(infodir)/elisp: $(srcs) |
| 109 | cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp | 109 | $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi |
| 110 | 110 | ||
| 111 | elisp.dvi: $(srcs) | 111 | elisp.dvi: $(srcs) |
| 112 | $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi | 112 | $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi |