summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 18:05:07 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-25 18:05:07 +0000
commitab23086b1b9d39d3d1466d9799f59ce4e13e6e8b (patch)
tree34b06b2eb253bea3cd89ac45fca02812c30bc30a /Makefile
parentd98dcfbb941f068fa0c2e00db45100eedc8f69b5 (diff)
Build web index from a template (including version number).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@896 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f362c6862..aab6df821 100644
--- a/Makefile
+++ b/Makefile
@@ -396,6 +396,8 @@ website: $(MAIN) html
mkdir $(web_dest); \
cp -r html $(web_dest)/doc; \
cp $(web_src)/* $(web_dest)/; \
+ sed -e 's#@VERSION@#$(VERSION)g' $(osx_src)/index.txt.in > \
+ $(web_dest)/index.txt; \
sed -e 's#@PREFIX@#$(PREFIX)#g' $(osx_src)/Welcome > \
$(web_dest)/osx-notes.txt; \
cp changelog $(web_dest)/ ; \