aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--web/index.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2427b8acf..eab98e79c 100644
--- a/Makefile
+++ b/Makefile
@@ -288,7 +288,7 @@ $(web_dest)/: $(MAIN) html/ $(tarball_name)
cp $(tarball_name) $(web_dest)/
cp $(web_src)/*.css $(web_dest)/
$(make_page) README > $(web_dest)/README.html
- $(make_page) INSTALL > $(web_dest)/install.html
+ $(make_page) INSTALL > $(web_dest)/INSTALL.html
$(make_page) changelog > $(web_dest)/history.html
sed -e 's/@TARBALL_NAME@/$(tarball_name)/g' $(web_src)/index.txt | \
sed -e 's/@DEB_NAME@/$(deb_name)/g' | \
diff --git a/web/index.txt b/web/index.txt
index 72a3594ea..2953a81f2 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -18,7 +18,7 @@ For more information, see the [README](README.html) file.
**Source distribution:** [@TARBALL_NAME@](@TARBALL_NAME@).
To install, unpack the archive and follow the instructions in the
-[README](README.html) file. You'll need the [GHC] Haskell compiler.
+[INSTALL](INSTALL.html) file. You'll need the [GHC] Haskell compiler.
**Debian binary package:** [@DEB_NAME@](@DEB_NAME@).
To install (on x86 Debian-based linux systems only), run `dpkg -i