diff options
| author | Chong Yidong | 2006-10-30 14:15:15 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-30 14:15:15 +0000 |
| commit | 772033adc288bcf38698ff4fe74f4932b1bb57f1 (patch) | |
| tree | 7af4660a0bc236c099d99d845261753cf66c9043 | |
| parent | ab785936c82ac81edb8b20ac27c0558bc04797e5 (diff) | |
| download | emacs-772033adc288bcf38698ff4fe74f4932b1bb57f1.tar.gz emacs-772033adc288bcf38698ff4fe74f4932b1bb57f1.zip | |
* makefile.w32-in: Revert last change.
| -rw-r--r-- | lispintro/ChangeLog | 2 | ||||
| -rw-r--r-- | lispintro/makefile.w32-in | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 48e46e43429..a210e21d98e 100644 --- a/lispintro/ChangeLog +++ b/lispintro/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-08-21 Robert J. Chassell <bob@rattlesnake.com> | 6 | 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> |
| 9 | 7 | ||
| 10 | * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex | 8 | * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex |
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in index c0ab93432e3..c0b4b2a7b69 100644 --- a/lispintro/makefile.w32-in +++ b/lispintro/makefile.w32-in | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | srcdir = . | 22 | srcdir = . |
| 23 | 23 | ||
| 24 | infodir = ../info | 24 | infodir = $(srcdir)/../info |
| 25 | 25 | ||
| 26 | INFO_SOURCES = $(srcdir)/emacs-lisp-intro.texi | 26 | INFO_SOURCES = $(srcdir)/emacs-lisp-intro.texi |
| 27 | # The file name eintr must fit within 5 characters, to allow for | 27 | # The file name eintr must fit within 5 characters, to allow for |
| @@ -46,7 +46,7 @@ $(infodir)/dir: | |||
| 46 | dvi: $(DVI_TARGETS) | 46 | dvi: $(DVI_TARGETS) |
| 47 | 47 | ||
| 48 | $(infodir)/eintr: $(INFO_SOURCES) | 48 | $(infodir)/eintr: $(INFO_SOURCES) |
| 49 | cd $(srcdir); $(MAKEINFO) emacs-lisp-intro.texi -o $(infodir)/eintr | 49 | $(MAKEINFO) -o $@ $(srcdir)/emacs-lisp-intro.texi |
| 50 | 50 | ||
| 51 | emacs-lisp-intro.dvi: $(INFO_SOURCES) | 51 | emacs-lisp-intro.dvi: $(INFO_SOURCES) |
| 52 | $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi | 52 | $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi |