diff options
author | sewardj <unknown> | 2001-10-19 10:09:27 +0000 |
---|---|---|
committer | sewardj <unknown> | 2001-10-19 10:09:27 +0000 |
commit | f0ccf346616cda80036c7c76ca9db8ad545bef7c (patch) | |
tree | ee7d981e45aa27b45a68041f0938b5433ddd27e5 /ghc/WindowsInstaller | |
parent | d75105426df54cf78cf5827ed307a64b51a0f428 (diff) | |
download | haskell-f0ccf346616cda80036c7c76ca9db8ad545bef7c.tar.gz |
[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.
Diffstat (limited to 'ghc/WindowsInstaller')
-rw-r--r-- | ghc/WindowsInstaller/MakeInstaller.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt index 9b0d3ed656..02c68447fa 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 |