changeset 21821:16bb4651a54d

maint: Include profiler HTML templates in the distribution (bug #48116) * scripts/profiler/module.mk (scripts_EXTRA_DIST): Include $(scripts_profiler_html_DATA) in the list.
author Mike Miller <mtmiller@octave.org>
date Fri, 03 Jun 2016 20:05:16 -0700
parents 96c56993e679
children 49d999dc443f
files scripts/profiler/module.mk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/profiler/module.mk	Fri Jun 03 19:18:17 2016 -0700
+++ b/scripts/profiler/module.mk	Fri Jun 03 20:05:16 2016 -0700
@@ -25,3 +25,6 @@
 PKG_ADD_FILES += scripts/profiler/PKG_ADD
 
 DIRSTAMP_FILES += scripts/profiler/$(octave_dirstamp)
+
+scripts_EXTRA_DIST += \
+  $(scripts_profiler_html_DATA)