From 233928b93219543eadfcb7b6eeb27ce673631d22 Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 25 Sep 2001 15:24:14 +0000 Subject: [PATCH] [project @ 2001-09-25 15:24:14 by rrt] Remove mention of building guide (no longer shipped with binary dist on Windows), and add set.html target (need to make HTML docs). --- ghc/WindowsInstaller/MakeInstaller.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt index 77030a7..9b0d3ed 100644 --- a/ghc/WindowsInstaller/MakeInstaller.txt +++ b/ghc/WindowsInstaller/MakeInstaller.txt @@ -7,9 +7,8 @@ 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 && 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?). +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?). 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 -- 1.7.10.4