From f0ccf346616cda80036c7c76ca9db8ad545bef7c Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 19 Oct 2001 10:09:27 +0000 Subject: [PATCH] [project @ 2001-10-19 10:09:27 by sewardj] merge from stable, rev 1.3.2.2: Fix some mistakes and omissions, plus remove some caveats that seem no longer to hold. --- ghc/WindowsInstaller/MakeInstaller.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt index 9b0d3ed..02c6844 100644 --- a/ghc/WindowsInstaller/MakeInstaller.txt +++ b/ghc/WindowsInstaller/MakeInstaller.txt @@ -4,12 +4,9 @@ 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 ghc/docs/set && make set.ps set.html && ps2pdf set.ps set.pdf) -6. Make License and ANNOUNCE into RTF (or just rename as RTF?). +2. cp ghc/utils/ghc-pkg/ghc-pkg.bin ghc/utils/ghc-pkg/ghc-pkg.exe +3. strip ghc/compiler/ghc.exe ghc/driver/ghci/ghci.exe hslibs/tools/*/*.exe ghc/utils/*/*.exe +4. (cd ghc/docs/set && make set.html set.ps && ps2pdf[.bat] set.ps set.pdf) +5. Make License and ANNOUNCE into RTF, and overwrite the old versions +in ghc/WindowsInstaller. -It also seems necessary to run jadetex once more on the docs before -turning them into PS. The docs are built correctly under Linux, so I'm -not sure what goes wrong here. \ No newline at end of file -- 1.7.10.4