diff options
author | panne <unknown> | 2004-08-26 20:08:55 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-26 20:08:55 +0000 |
commit | a1939730ba7a460d702aca22322c4ec558e8be6d (patch) | |
tree | 6610d61c46e65191414110753580ead48d2dd0e0 /ghc/WindowsInstaller | |
parent | bb88e732b7383c10496c0f60c3bdea2c22362cc6 (diff) | |
download | haskell-a1939730ba7a460d702aca22322c4ec558e8be6d.tar.gz |
[project @ 2004-08-26 20:08:39 by panne]
SGML is dead, long live DocBook XML!
Note: The BuildRequires tags in the spec files are still incomplete
and the documentation about the DocBook tools needs to be updated,
too. Stay tuned...
Diffstat (limited to 'ghc/WindowsInstaller')
-rw-r--r-- | ghc/WindowsInstaller/MakeInstaller.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/WindowsInstaller/MakeInstaller.txt b/ghc/WindowsInstaller/MakeInstaller.txt index 9a48c6b830..6347ed4350 100644 --- a/ghc/WindowsInstaller/MakeInstaller.txt +++ b/ghc/WindowsInstaller/MakeInstaller.txt @@ -5,7 +5,7 @@ The recipe below is correct in theory, but unfortunately some bits don't work in practice. These are noted below. 0. Build a stage 1 tree. -1. Set "SGMLDocWays=html pdf" in stage 2's build.mk. +1. Set "XMLDocWays=html pdf" in stage 2's build.mk. 2. Build stage 2. 3. Convert ANNOUNCE and LICENSE (if it has changed) to RTF (use Word), and put them in the WindowsInstaller directory. |