diff options
| author | Chong Yidong | 2007-01-30 17:10:16 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-30 17:10:16 +0000 |
| commit | 65f379881aefe387eadff5d3a1e06d063604b63b (patch) | |
| tree | 3ed6eead678df0f4ce762e7f3b3592b82622edd0 /mac/make-package | |
| parent | c30918b635cf1c7796894df512cd9777a68f05b5 (diff) | |
| download | emacs-65f379881aefe387eadff5d3a1e06d063604b63b.tar.gz emacs-65f379881aefe387eadff5d3a1e06d063604b63b.zip | |
(compver): Install info and manpages.
Diffstat (limited to 'mac/make-package')
| -rwxr-xr-x | mac/make-package | 2 |
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` | |||
| 330 | if test "$self_contained" = "yes"; then | 330 | if test "$self_contained" = "yes"; then |
| 331 | # Move shared files down to Resources directory | 331 | # Move shared files down to Resources directory |
| 332 | mv $installprefix/share/emacs/$version/* $installprefix | 332 | mv $installprefix/share/emacs/$version/* $installprefix |
| 333 | mv $installprefix/share/info $installprefix | ||
| 334 | mv $installprefix/share/man $installprefix | ||
| 333 | rm -rf $installprefix/share | 335 | rm -rf $installprefix/share |
| 334 | # These directories might remain in Resources | 336 | # These directories might remain in Resources |
| 335 | mv $installprefix/bin $installprefix/../MacOS/bin | 337 | mv $installprefix/bin $installprefix/../MacOS/bin |