summaryrefslogtreecommitdiff
path: root/lispref/Makefile.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-10-29 21:36:17 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-10-29 21:36:17 +0000
commitece3ba10add0b8cc93f779c4f9d03290283840d1 (patch)
treebeaf7b47bbac41ac8fa163dd4d7b397dc491014f /lispref/Makefile.in
parent7489e5ad65aad0a9ae4f2f1c654df8b1984f769f (diff)
downloademacs-ece3ba10add0b8cc93f779c4f9d03290283840d1.tar.gz
* Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation. * makefile.w32-in: Likewise.
Diffstat (limited to 'lispref/Makefile.in')
-rw-r--r--lispref/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 1eea23e122e..e32a99e6e98 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -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