comparison makeinst-script.sh @ 3430:2183ac663bcb

* installer-files: Rename from installer_files. * dist-files.mk, makeinst-script.sh: Update.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Jan 2014 14:09:19 -0500
parents c8e055d83b9f
children a7c772aa106f
comparison
equal deleted inserted replaced
3429:6cf5d50556d4 3430:2183ac663bcb
33 !define WEB_SITE "http://www.octave.org" 33 !define WEB_SITE "http://www.octave.org"
34 !define VERSION "$VERSION.0" 34 !define VERSION "$VERSION.0"
35 !define OCTAVE_VERSION "$OCTAVE_VERSION" 35 !define OCTAVE_VERSION "$OCTAVE_VERSION"
36 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others." 36 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others."
37 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations." 37 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations."
38 !define INSTALLER_FILES "../installer_files" 38 !define INSTALLER_FILES "../installer-files"
39 !define INSTALLER_NAME "octave-$OCTAVE_VERSION-installer.exe" 39 !define INSTALLER_NAME "octave-$OCTAVE_VERSION-installer.exe"
40 !define MAIN_APP_EXE "octave.exe" 40 !define MAIN_APP_EXE "octave.exe"
41 !define INSTALL_TYPE "SetShellVarContext current" 41 !define INSTALL_TYPE "SetShellVarContext current"
42 !define PRODUCT_ROOT_KEY "HKLM" 42 !define PRODUCT_ROOT_KEY "HKLM"
43 !define PRODUCT_KEY "Software\\Octave-$VERSION" 43 !define PRODUCT_KEY "Software\\Octave-$VERSION"