From: rrt Date: Mon, 24 Sep 2001 15:51:00 +0000 (+0000) Subject: [project @ 2001-09-24 15:51:00 by rrt] X-Git-Tag: Approximately_9120_patches~923 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=639b1fe04a8c0792963f12d22aa1898e833f1a0a;p=ghc-hetmet.git [project @ 2001-09-24 15:51:00 by rrt] Add extra notes. --- diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt index b3d0a33..a282f1b 100644 --- a/ghc/WindowsInstaller/MakeInstaller.txt +++ b/ghc/WindowsInstaller/MakeInstaller.txt @@ -7,5 +7,6 @@ that this "laying on of hands" is unnecessary. 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) +5. (cd docs/building && make building.ps && ps2pdf building.ps building.pdf) +6. (cd ghc/docs/set && make set.ps && ps2pdf set.ps set.pdf) +7. Make License and ANNOUNCE into RTF (or just rename as RTF?).