aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 07:30:51 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 07:30:51 +0000
commitda1cf6a392609e2388e837181ead6d7b5504ba4e (patch)
tree07dbb47eb62a21a4d080bff862f43f24abcd853e
parent1c9c3acb892cbf8d1d35f3a20a4f553a318101f7 (diff)
downloadpandoc-da1cf6a392609e2388e837181ead6d7b5504ba4e.tar.gz
Changed install.html to INSTALL.html in website; replaced a reference
to README.html to INSTALL.html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@80 788f1e2b-df1e-0410-8736-df70ead52e1b
-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