]> git.eshelyaron.com Git - emacs.git/commitdiff
(compver): Install info and manpages.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 30 Jan 2007 17:10:16 +0000 (17:10 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 30 Jan 2007 17:10:16 +0000 (17:10 +0000)
mac/make-package

index 2c113edbd136db65f30f34e000c5093bbd3276bf..a783ef40a50707bfe106793c922be27fbf31353f 100755 (executable)
@@ -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