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
a3f7efb8
Commit
a3f7efb8
authored
May 15, 2012
by
Glenn Morris
Browse files
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
This make it easier to see what is going on.
parent
f9e7d610
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
a3f7efb8
2012-05-15 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
* Makefile.in (install-arch-dep): Do not hard-code version number.
* Makefile.in (install-arch-dep): NS install no longer needs to
...
...
Makefile.in
View file @
a3f7efb8
...
...
@@ -471,7 +471,7 @@ install-arch-dep: mkdir
if
test
"
${ns_appresdir}
"
!=
""
;
then
\
(
cd
${ns_appresdir}
;
\
if
test
-d
share/emacs
;
then
dir
=
share/emacs/
*
/
*
;
$(MV_DIRS)
;
fi
;
\
if
test
-d
share/info
;
then
dir
=
share/info
;
$(MV_DIRS)
;
fi
;
\
if
test
-d
share/info
;
then
rm
-fr
info
;
mv
share/info
.
;
fi
;
\
rm
-fr
share
)
;
\
(
cd
${ns_appbindir}
;
\
if
cd
libexec
;
then
dir
=
emacs/
*
/
*
/
*
;
$(MV_DIRS)
;
\
...
...
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