comparison lispintro/makefile.w32-in @ 73547:b93ee9a3309a

* makefile.w32-in: Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 14:15:15 +0000
parents 709835db3e58
children 3d45362f1d38 02cf29720f31
comparison
equal deleted inserted replaced
73546:b8d97ed52a0a 73547:b93ee9a3309a
19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA. 20 # Boston, MA 02110-1301, USA.
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
28 # -NN extensions to fit into DOS 8+3 limits without clashing 28 # -NN extensions to fit into DOS 8+3 limits without clashing
29 INFO_TARGETS = $(infodir)/eintr 29 INFO_TARGETS = $(infodir)/eintr
44 $(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) 44 $(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
45 45
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
53 53
54 emacs-lisp-intro.html: $(INFO_SOURCES) 54 emacs-lisp-intro.html: $(INFO_SOURCES)