diff --git a/src/plugins/markdown-report/Makefile.in b/src/plugins/markdown-report/Makefile.in index b2cfc69cf4008fecb43d9b96e86deebab08f5eae..08888a351e3e68ad376680cc5b0a62af9bd527f4 100644 --- a/src/plugins/markdown-report/Makefile.in +++ b/src/plugins/markdown-report/Makefile.in @@ -49,6 +49,9 @@ ifneq (@ENABLE_MDR@,no) ifneq ($(ENABLE_EVA), no) byte:: $(PLUGIN_LIB_DIR)/top/eva_info.cmo $(PLUGIN_LIB_DIR)/top/eva_info.cmi opt:: $(PLUGIN_LIB_DIR)/top/eva_info.cmxs $(PLUGIN_LIB_DIR)/top/eva_info.cmi +install:: + $(MKDIR) $(PLUGIN_INSTALL_DIR)/top + $(CP) $(PLUGIN_LIB_DIR)/top/eva_info.cm* $(PLUGIN_INSTALL_DIR)/top $(PLUGIN_LIB_DIR)/top/eva_info.cm%: $(Markdown_report_DIR)/eva_info.cm% $(MKDIR) $(dir $@)