diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-19 22:34:35 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-19 22:34:35 +0000 |
commit | 7efc3d1864992ea18f0b154f5dc525de331fe36e (patch) | |
tree | 5b3ddf2492beaab62fd2c0243d627a98127b99ec /Makefile | |
parent | 6307568ca583d8be28eb227e7fbf2374e8614114 (diff) | |
download | pandoc-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |