summaryrefslogtreecommitdiff
path: root/mac/make-package
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-01-30 17:10:16 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-01-30 17:10:16 +0000
commit65f379881aefe387eadff5d3a1e06d063604b63b (patch)
tree3ed6eead678df0f4ce762e7f3b3592b82622edd0 /mac/make-package
parentc30918b635cf1c7796894df512cd9777a68f05b5 (diff)
downloademacs-65f379881aefe387eadff5d3a1e06d063604b63b.tar.gz
emacs-65f379881aefe387eadff5d3a1e06d063604b63b.tar.bz2
emacs-65f379881aefe387eadff5d3a1e06d063604b63b.zip
(compver): Install info and manpages.
Diffstat (limited to 'mac/make-package')
-rwxr-xr-xmac/make-package2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/make-package b/mac/make-package
index 2c113edbd13..a783ef40a50 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -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