diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-19 16:13:42 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-19 16:13:42 +0000 |
commit | 340f626aa9499f53f5d75cc3c5b478717e47fc3c (patch) | |
tree | 8ed5e1b1569d8541923d7fa393289b240896799f /web/Makefile | |
parent | 35be1e27773c8d037fc28b172edc5236bd0a4130 (diff) | |
download | pandoc-340f626aa9499f53f5d75cc3c5b478717e47fc3c.tar.gz |
Updated web Makefile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1918 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index c5329c924..8cf468575 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -ALL := index.html README.html INSTALL.html examples.html pandoc.1.html html2markdown.1.html hsmarkdown.1.html markdown2pdf.1.html html2x.html +ALL := index.html README.html INSTALL.html examples.html pandoc.1.html markdown2pdf.1.html html2x.html PANDOC_PATH ?= $(dir $(shell which pandoc)) PANDOC_SRC ?= ${HOME}/src/pandoc MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -H css -A footer.html |