* Makefile.in: Use relative paths to avoid advertising filesystem

contents during compilation.

	* makefile.w32-in: Likewise.
This commit is contained in:
Chong Yidong 2006-10-29 21:36:17 +00:00
parent a1b40c181b
commit b4e4dc3c1f
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2006-10-29 Chong Yidong <cyd@stupidchicken.com>
* Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation.
* makefile.w32-in: Likewise.
2006-10-23 Kim F. Storm <storm@cua.dk>
* commands.texi (Event Input Misc): Update unread-command-events.

View file

@ -26,7 +26,7 @@ srcdir = @srcdir@
# Tell make where to find source files; this is needed for the makefiles.
VPATH=@srcdir@
infodir = $(srcdir)/../info
infodir = ../info
usermanualdir = $(srcdir)/../man
TEXI2DVI = texi2dvi
@ -101,7 +101,7 @@ srcs = \
info: $(infodir)/elisp
$(infodir)/elisp: $(srcs)
$(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp
elisp.dvi: $(srcs)
$(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi

View file

@ -22,7 +22,7 @@
# Standard configure variables.
srcdir = .
infodir = $(srcdir)/../info
infodir = ../info
usermanualdir = $(srcdir)/../man
# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
@ -106,7 +106,7 @@ $(infodir)/dir:
$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
$(infodir)/elisp: $(srcs)
$(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp
elisp.dvi: $(srcs)
$(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi