[project @ 2001-10-19 10:09:27 by sewardj]
authorsewardj <unknown>
Fri, 19 Oct 2001 10:09:27 +0000 (10:09 +0000)
committersewardj <unknown>
Fri, 19 Oct 2001 10:09:27 +0000 (10:09 +0000)
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

index 9b0d3ed..02c6844 100644 (file)
@@ -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