From 7d0b7002a6f09d074644c60b6023c9505a5303af Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 17 Sep 2001 09:52:21 +0000 Subject: [PATCH] [project @ 2001-09-17 09:52:21 by rrt] The list of steps to go through when making an InstallShield. This forms the basis of what needs to be automated in make install after the 5.02 release. --- ghc/WindowsInstaller/MakeInstaller.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ghc/WindowsInstaller/MakeInstaller.txt diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt new file mode 100644 index 0000000..b3d0a33 --- /dev/null +++ b/ghc/WindowsInstaller/MakeInstaller.txt @@ -0,0 +1,11 @@ +In order to get a build tree into a state in which it can be used to +make an InstallShield, the following steps must be performed; these +should be put into the build system itself (under make install) so +that this "laying on of hands" is unnecessary. + +1. cp ghc/compiler/ghc-x.yy ghc/compiler/ghc.exe +2. strip ghc/compiler/ghc.exe ghc/driver/ghci/ghci.exe hslibs/tools/*/*.exe +3. cp ghc/utils/ghc-pkg/ghc-pkg.bin ghc/utils/ghc-pkg/ghc-pkg.exe +4. strip ghc/utils/*/*.exe +5. (cd docs/building && ps2pdf building.ps building.pdf) +6. (cd ghc/docs/set && ps2pdf set.ps set.pdf) -- 1.7.10.4