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
fb67f03d
Commit
fb67f03d
authored
Jul 27, 2008
by
Adrian Robert
Browse files
fix typo with info installation under NS
parent
de8bb89e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
fb67f03d
2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
* Makefile.in (install-arch-dep): Fix typo in NS installation
commands.
2008-07-25 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Check for getrlimit.
...
...
Makefile.in
View file @
fb67f03d
...
...
@@ -419,7 +419,7 @@ install-arch-dep: mkdir
if
test
"
${ns_appdir}
"
!=
""
;
then
\
(
cd
${ns_appresdir}
;
\
if
test
-d
share/emacs
;
then
mv
-f
share/emacs/
*
/
*
.
;
fi
;
\
if
test
-d
info
;
then
mv
-f
share/info
.
;
fi
;
\
if
test
-d
share/
info
;
then
mv
-f
share/info
.
;
fi
;
\
rm
-fr
share
)
;
\
(
cd
${ns_appbindir}
/libexec
;
mv
-f
emacs/
*
/
*
/
*
.
;
rm
-fr
emacs
)
;
\
(
cd
${ns_appbindir}
/bin
;
rm
-f
emacs emacs-23
*
;
\
...
...
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