Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4e4dc3c
Commit
b4e4dc3c
authored
Oct 29, 2006
by
Chong Yidong
Browse files
* Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation. * makefile.w32-in: Likewise.
parent
a1b40c18
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
lispref/ChangeLog
lispref/ChangeLog
+7
-0
lispref/Makefile.in
lispref/Makefile.in
+2
-2
lispref/makefile.w32-in
lispref/makefile.w32-in
+2
-2
No files found.
lispref/ChangeLog
View file @
b4e4dc3c
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
.
...
...
lispref/Makefile.in
View file @
b4e4dc3c
...
...
@@ -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
$(
src
dir)
$(srcdir)
/
elisp.texi
-o
$(infodir)
/elisp
cd
$(srcdir)
;
$(MAKEINFO)
-I
.
-I
$(
info
dir)
elisp.texi
-o
$(infodir)
/elisp
elisp.dvi
:
$(srcs)
$(TEXI2DVI)
-I
$(srcdir)
-I
$(usermanualdir)
$(srcdir)
/elisp.texi
...
...
lispref/makefile.w32-in
View file @
b4e4dc3c
...
...
@@ -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
$(src
dir)
/elisp
.texi
cd
$(srcdir)
;
$(MAKEINFO)
-I
.
-I
$(infodir)
elisp
.texi
-o
$(info
dir)
/elisp
elisp.dvi
:
$(srcs)
$(texinputdir)
$(TEX)
-I
$(usermanualdir)
$(srcdir)
/elisp.texi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment