author | Dan Fuhry <dan@enanocms.org> |
Sat, 21 Aug 2010 18:20:18 -0400 | |
changeset 11 | b62383876fdb |
parent 10 | 014d58335b6d |
permissions | -rw-r--r-- |
3 | 1 |
EXPERIENCEUI=/public/exui/Contrib/ExperienceUI |
2 |
ENANOHG=/var/www/html/enano-1.1/repo |
|
7
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
3 |
# ONLY use n.n.n here! Leave prefixes like -hg for ENANO_VERSION_APPEND. |
10
014d58335b6d
Changed behavior of the entire database selection process. A real "upgrade"/"don't touch the database" option was added, and the old options unconditionally delete the database.
Dan Fuhry <dan@enanocms.org>
parents:
7
diff
changeset
|
4 |
ENANO_VERSION=1.1.8 |
014d58335b6d
Changed behavior of the entire database selection process. A real "upgrade"/"don't touch the database" option was added, and the old options unconditionally delete the database.
Dan Fuhry <dan@enanocms.org>
parents:
7
diff
changeset
|
5 |
ENANO_VERSION_APPEND=-hg |
3 | 6 |
|
7 |
all: |
|
7
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
8 |
makensis "-DXPUI_SYSDIR=$(EXPERIENCEUI)" "-DENANO_ROOT=$(ENANOHG)" "-DPRODUCT_VERSION=$(ENANO_VERSION)" \ |
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
9 |
"-DPRODUCT_VERSION_APPEND=$(ENANO_VERSION_APPEND)" enano-bundle.nsi |