aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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' | \