From: Chong Yidong Date: Tue, 30 Jan 2007 17:10:16 +0000 (+0000) Subject: (compver): Install info and manpages. X-Git-Tag: emacs-pretest-22.0.94~501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65f379881aefe387eadff5d3a1e06d063604b63b;p=emacs.git (compver): Install info and manpages. --- 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