aboutsummaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-15 01:53:49 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-15 01:53:49 +0000
commitb5819b8ed6b107a089f55e636c78cac7166ea36d (patch)
treefe168fa3a53cfd967ca73d9e195d437b6d7eba3d /web/Makefile
parentd5b7257d7f926cac07aaa6af5721c567a5debb07 (diff)
downloadpandoc-b5819b8ed6b107a089f55e636c78cac7166ea36d.tar.gz
Added html2x demo to the website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1017 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/Makefile b/web/Makefile
index 8d38dcc5d..314573614 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,4 +1,4 @@
-ALL := index.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html
+ALL := index.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html html2x.html
PANDOC_PATH ?= $(dir $(shell which pandoc))
MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -c pandoc.css -A footer.html
all : $(ALL)
@@ -34,4 +34,4 @@ INSTALL.html : INSTALL
$(MAKEPAGE) $< > $@
upload :
- sitecopy --update macfarlane
+ make -C .. upload