changeset 75549:b3fafa9c3aa6

(compver): Install info and manpages.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 30 Jan 2007 17:10:16 +0000
parents 857424505d72
children 6e481fcb487c
files mac/make-package
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/make-package	Tue Jan 30 17:10:07 2007 +0000
+++ b/mac/make-package	Tue Jan 30 17:10:16 2007 +0000
@@ -330,6 +330,8 @@
 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