summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-03 04:11:57 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-03 04:11:57 +0000
commitcd08eabd269a99c23aefb0fc71b00ec878b2af1a (patch)
treeb22f5cfcaeb6658b484c79abbab2c3f1bfbde57e /Makefile
parentcc67d17dda9faae9102e54104292c8f88921e1c1 (diff)
Changes to website:
- Added groff man to list of output formats in index.txt - Added a demo of man page creation to demos page git-svn-id: https://pandoc.googlecode.com/svn/trunk@617 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13829b162..0e3ae2226 100644
--- a/Makefile
+++ b/Makefile
@@ -377,6 +377,7 @@ website: $(MAIN) html
$(web_dest)/changelog.txt; \
cp README $(web_dest)/ ; \
cp INSTALL $(web_dest)/ ; \
+ cp $(MANDIR)/man1/pandoc.1.md $(web_dest)/ ; \
sed -e 's/@TARBALL_NAME@/$(tarball_name)/g' $(web_src)/index.txt | \
sed -e 's/@OSX_DMG_NAME@/$(osx_dmg_name)/g' | \
sed -e 's/@WINDOWS_PKG_NAME@/$(win_pkg_name)/g' | \