Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e035a207
Commit
e035a207
authored
Dec 12, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (install-info): Remove some useless subshells.
parent
62bd73fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ChangeLog
ChangeLog
+2
-0
Makefile.in
Makefile.in
+2
-4
No files found.
ChangeLog
View file @
e035a207
2013-12-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-info): Remove some useless subshells.
Stop keeping info/dir in the repository.
* build-aux/dir_top: Move here from admin/.
* build-aux/make-info-dir: New script.
...
...
Makefile.in
View file @
e035a207
...
...
@@ -651,10 +651,8 @@ install-info: info
if
[
"
`
cd
${srcdir}
/info
&&
/bin/pwd
`
"
=
"
$$
exp_infodir"
]
;
then
\
true
;
\
else
\
(
cd
"
$(DESTDIR)${infodir}
"
;
\
[
-f
dir
]
||
\
(
cd
"
$
${thisdir}
"
;
\
${INSTALL_DATA}
${srcdir}
/info/dir
"
$(DESTDIR)${infodir}
/dir"
)
)
;
\
[
-f
"
$(DESTDIR)${infodir}
/dir"
]
||
\
${INSTALL_DATA}
${srcdir}
/info/dir
"
$(DESTDIR)${infodir}
/dir"
;
\
info_misc
=
`
cd
doc/misc
&&
$(QUIET_SUBMAKE)
$(MAKE)
-s
echo-info
`
;
\
cd
${srcdir}
/info
;
\
for
elt
in
${INFO_NONMISC}
$
${info_misc}
;
do
\
...
...
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