From 639b1fe04a8c0792963f12d22aa1898e833f1a0a Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 24 Sep 2001 15:51:00 +0000 Subject: [PATCH] [project @ 2001-09-24 15:51:00 by rrt] Add extra notes. --- ghc/WindowsInstaller/MakeInstaller.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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?). -- 1.7.10.4