diff binary-dist-rules.mk @ 3453:70b110956a4e

nsis-installer: Use custom page for shortcuts and install for all users. * binary-dist-rules.mk: copy installer-files/README.html to dist folder. * installer-files/README.html: New file. * makeinst-script.sh: Added custom page for Install for all users and Create shortcuts. Reassigned show readme checkbox for showing README.html at end of install. Run octave-gui as the Run program.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Jan 2014 19:24:09 -0500
parents f827586fef9c
children 23efd381ae4a
line wrap: on
line diff
--- a/binary-dist-rules.mk	Fri Jan 24 13:51:28 2014 -0500
+++ b/binary-dist-rules.mk	Sat Jan 25 19:24:09 2014 -0500
@@ -73,6 +73,8 @@
   echo "  notepad++..."
   cd $(TOP_DIR) \
     && tar -c -h -f - notepad++ | ( cd $(OCTAVE_DIST_DIR) ; tar xpf - )
+  echo "  README.html..."
+  cp $(TOP_DIR)/installer-files/README.html $(OCTAVE_DIST_DIR)/
 endef
 endif