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
This commit is contained in:
fiddlosopher 2006-11-08 07:30:51 +00:00
parent 1c9c3acb89
commit da1cf6a392
2 changed files with 2 additions and 2 deletions

View file

@ -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' | \

View file

@ -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