diff scripts/module.mk @ 21879:1315aa0ca466

build: Ensure gnuplot_binary.m is generated before building docs (bug #48202) * scripts/module.mk (OCTAVE_INTERPRETER_TARGETS): Include $(GEN_FCN_FILES) in the list.
author Mike Miller <mtmiller@octave.org>
date Sun, 12 Jun 2016 13:46:42 -0700
parents d16d137eb485
children 627f582edbe3
line wrap: on
line diff
--- a/scripts/module.mk	Sun Jun 12 13:45:23 2016 -0700
+++ b/scripts/module.mk	Sun Jun 12 13:46:42 2016 -0700
@@ -84,6 +84,9 @@
   $(PKG_ADD_FILES) \
   $(JAR_FILES)
 
+OCTAVE_INTERPRETER_TARGETS += \
+  $(GEN_FCN_FILES)
+
 define PKG_ADD_FILE_TEMPLATE
 $(1)/PKG_ADD: $$($(2)_FCN_FILES) $$($(2)_GEN_FCN_FILES) $(1)/$(octave_dirstamp) scripts/mk-pkg-add
 	$$(AM_V_GEN)rm -f $$@-t $$@ && \