mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(compver): Install info and manpages.
This commit is contained in:
parent
c30918b635
commit
65f379881a
@ -330,6 +330,8 @@ compver=powerpc-apple-darwin`uname -r`
|
||||
if test "$self_contained" = "yes"; then
|
||||
# Move shared files down to Resources directory
|
||||
mv $installprefix/share/emacs/$version/* $installprefix
|
||||
mv $installprefix/share/info $installprefix
|
||||
mv $installprefix/share/man $installprefix
|
||||
rm -rf $installprefix/share
|
||||
# These directories might remain in Resources
|
||||
mv $installprefix/bin $installprefix/../MacOS/bin
|
||||
|
Loading…
Reference in New Issue
Block a user