mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user