Added markdown2html to bin_all.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@4 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
6307568ca5
commit
7efc3d1864
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue