changeset 21249:a032c6708f5c

fix filenames for distribution (bug #47122) * liboctave/operators/module.mk (liboctafe_EXTRA_DIST): Fix names of mx-ops, smx-ops, vx-ops files.
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2016 17:05:47 -0500
parents 5ddc9b61a0c4
children 6c4f41a9439d
files liboctave/operators/module.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/operators/module.mk	Thu Feb 11 13:10:16 2016 -0500
+++ b/liboctave/operators/module.mk	Thu Feb 11 17:05:47 2016 -0500
@@ -91,8 +91,8 @@
 liboctave_EXTRA_DIST += \
   liboctave/operators/config-ops.sh \
   liboctave/operators/mk-ops.awk \
-  liboctave/operators/mx-ops.cfg \
-  liboctave/operators/smx-ops.cfg \
-  liboctave/operators/vx-ops.cfg
+  liboctave/operators/mx-ops \
+  liboctave/operators/smx-ops \
+  liboctave/operators/vx-ops
 
 liboctave_DISTCLEANFILES += $(BUILT_LIBOCTAVE_OPERATORS_SOURCES)