changeset 3444:db18ee645aec

tweaks to dist and binary dist rules * binary-dist-rules.mk: Use -perm /a+x option for find command instead of -executable. * dist-files.mk: Update file list.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Jan 2014 11:52:40 -0500
parents cf04cf2fa91c
children 7ded8c8ed5f2
files binary-dist-rules.mk dist-files.mk
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Wed Jan 22 05:10:09 2014 -0500
+++ b/binary-dist-rules.mk	Wed Jan 22 11:52:40 2014 -0500
@@ -92,7 +92,7 @@
   else
     define strip-dist-files
       echo "stripping files..."
-      for f in $(shell find $(OCTAVE_DIST_DIR) -type f -a -executable); do \
+      for f in $(shell find $(OCTAVE_DIST_DIR) -type f -a -perm /a+x); do \
         case "`file $$f`" in \
           *script*) \
           ;; \
--- a/dist-files.mk	Wed Jan 22 05:10:09 2014 -0500
+++ b/dist-files.mk	Wed Jan 22 11:52:40 2014 -0500
@@ -393,6 +393,7 @@
   ocaml-flexdll.mk \
   ocaml-native-1-fixes.patch \
   ocaml-native.mk \
+  octave-1-docinstall.patch \
   octave.mk \
   of-actuarial.mk \
   of-communications.mk \
@@ -527,6 +528,7 @@
   sox.mk \
   speex.mk \
   sqlite.mk \
+  stable-octave-1-docinstall.patch \
   stable-octave.mk \
   suitesparse-1.patch \
   suitesparse.mk \
@@ -713,6 +715,7 @@
   index.html \
   Makefile.in \
   makeinst-script.sh \
+  octave-wrapper.in \
   octaverc
 
 INSTALL_FILES_1 := \