diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-02 19:24:01 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-02 19:24:01 +0000 |
commit | 9e8b95c49e70b8ac54841877e0e13507c278f540 (patch) | |
tree | 9840c4927f0eb3e6677fccc82429a34c3445490c | |
parent | 47d77ce3bdb9ea84ef4cbee55d2d11bc1c94d70c (diff) | |
download | pandoc-9e8b95c49e70b8ac54841877e0e13507c278f540.tar.gz |
Web makefile: build markdown2pdf man page.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1785 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | web/Makefile | 2 | ||||
-rw-r--r-- | web/excludes | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index 73f489607..087c690e9 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 html2x.html +ALL := index.html README.html INSTALL.html examples.html pandoc.1.html html2markdown.1.html hsmarkdown.1.html markdown2pdf.1.html html2x.html PANDOC_PATH ?= $(dir $(shell which pandoc)) MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -H css -A footer.html all : $(ALL) diff --git a/web/excludes b/web/excludes new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/web/excludes @@ -0,0 +1 @@ +Makefile |