First stab at an installer package for the Mac
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Sat, 2 Feb 2008 13:48:53 +0000 (13:48 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Sat, 2 Feb 2008 13:48:53 +0000 (13:48 +0000)
commitc222ce6d2dcde7dcef36d95fc225fd65d56bdb63
tree0ac88fe88507f94689997a51b2894bcdfbe99b56
parent937eb1f1386f12c729c6d819417fe81bc4786b9f
First stab at an installer package for the Mac
- GHC as a Mac framework
- I tried to make a package where the user could choose whether to install
  in /Library/Frameworks or ~/Library/Frameworks (to allow installation for
  non-admins).  However, that doesn't work well without including the whole
  distribution twice as the decision as to whether the admin password needs
  to be entered is made at packaging time (not at install time).
Makefile
distrib/MacOS/English.lproj/InfoPlist.strings [new file with mode: 0644]
distrib/MacOS/GHC.pmdoc/01ghc-contents.xml [new file with mode: 0644]
distrib/MacOS/GHC.pmdoc/01ghc.xml [new file with mode: 0644]
distrib/MacOS/GHC.pmdoc/index.xml [new file with mode: 0644]
distrib/MacOS/GHC.xcodeproj/project.pbxproj [new file with mode: 0644]
distrib/MacOS/Info.plist [new file with mode: 0644]
distrib/MacOS/installer-scripts/relocate [new file with mode: 0644]
mk/config.mk.in