From 9e8b95c49e70b8ac54841877e0e13507c278f540 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Jan 2010 19:24:01 +0000 Subject: Web makefile: build markdown2pdf man page. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1785 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/Makefile') 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) -- cgit v1.2.3