aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:27:49 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:27:49 +0000
commit30734c8d60405faed0f98fad88149efb86a05771 (patch)
tree32b678b15d4f1ccac4a400a1738ee481c6b6b2c2 /Makefile
parent30405f3764615f60dd63488d9b9a97e23b7c19a9 (diff)
downloadpandoc-30734c8d60405faed0f98fad88149efb86a05771.tar.gz
+ Changes to osx/Welcome:
- removed hardcoded references to /usr/local - added title + Minor changes to website build process. git-svn-id: https://pandoc.googlecode.com/svn/trunk@84 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1a3e0113..6b76bd637 100644
--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,8 @@ $(web_dest)/: $(MAIN) html $(tarball_name)
cp ../$(deb_main) $(web_dest)/; \
cp $(tarball_name) $(web_dest)/; \
cp $(web_src)/*.css $(web_dest)/; \
- sed -e 's#@PREFIX@#$(PREFIX)#g' $(osx_src)/Welcome > $(web_dest)/Welcome; \
+ sed -e 's#@PREFIX@#$(PREFIX)#g' $(osx_src)/Welcome | \
+ $(make_page) > $(web_dest)/osx-notes.html; \
sed -e 's/^/ /g' changelog | \
$(make_page) > $(web_dest)/history.html; \
$(make_page) README > $(web_dest)/README.html; \