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:
parent
1c9c3acb89
commit
da1cf6a392
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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' | \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue