aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-19 22:34:35 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-19 22:34:35 +0000
commit7efc3d1864992ea18f0b154f5dc525de331fe36e (patch)
tree5b3ddf2492beaab62fd2c0243d627a98127b99ec /Makefile
parent6307568ca583d8be28eb227e7fbf2374e8614114 (diff)
downloadpandoc-7efc3d1864992ea18f0b154f5dc525de331fe36e.tar.gz
Added markdown2html to bin_all.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@4 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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