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
7adecb99
Commit
7adecb99
authored
May 01, 2012
by
Glenn Morris
Browse files
* Makefile.in (install-arch-indep): Combine install-data, install-info loops.
parent
723ea6b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+2
-10
No files found.
ChangeLog
View file @
7adecb99
2012-05-02 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-indep):
Combine adjacent install-data and install-info loops.
2012-05-01 Glenn Morris <rgm@gnu.org>
* Makefile.in (MAN_PAGES): Remove.
...
...
Makefile.in
View file @
7adecb99
...
...
@@ -623,18 +623,10 @@ install-arch-indep: mkdir info install-etc
${GZIP_PROG}
-9n
$(DESTDIR)${infodir}
/
$$
f
;
\
else
true
;
fi
;
\
done
;
\
(
cd
$
${thisdir}
;
\
${INSTALL_INFO}
--info-dir
=
$(DESTDIR)${infodir}
$(DESTDIR)${infodir}
/
$$
elt
)
;
\
done
)
;
\
else
true
;
fi
-
unset
CDPATH
;
\
thisdir
=
`
/bin/pwd
`
;
\
if
[
`
(
cd
${srcdir}
/info
&&
/bin/pwd
)
`
!=
`
(
cd
$(DESTDIR)${infodir}
&&
/bin/pwd
)
`
]
;
\
then
\
for
elt
in
$(INFO_FILES)
;
do
\
test
"
$(HAVE_MAKEINFO)
"
=
"no"
&&
test
!
-f
$$
elt
&&
continue
;
\
(
cd
$
${thisdir}
;
\
${INSTALL_INFO}
--info-dir
=
$(DESTDIR)${infodir}
$(DESTDIR)${infodir}
/
$$
elt
)
;
\
done
;
\
else
true
;
fi
-
chmod
-R
a+r
$(DESTDIR)${datadir}
/emacs/
${version}
${COPYDESTS}
thisdir
=
`
/bin/pwd
`
;
\
cd
${mansrcdir}
;
\
...
...
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