From 7efc3d1864992ea18f0b154f5dc525de331fe36e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 19 Oct 2006 22:34:35 +0000 Subject: Added markdown2html to bin_all. git-svn-id: https://pandoc.googlecode.com/svn/trunk@4 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7dce3d47..3c667c5e2 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ $(EXECUTABLES): build # i.e. any PREFIX given at the configuration time is lost, unless it is # also supplied (via environment) at these stages. .PHONY: install-exec uninstall-exec -bin_all:=$(EXECUTABLES) html2markdown markdown2latex latex2markdown markdown2pdf +bin_all:=$(EXECUTABLES) html2markdown markdown2html latex2markdown markdown2latex markdown2pdf install-exec: $(bin_all) $(INSTALL) -d $(BINPATH); \ for p in $(bin_all); do $(INSTALL_PROGRAM) $$p $(BINPATH)/; done -- cgit v1.2.3