Makefile
author Dan Fuhry <dan@enanocms.org>
Sat, 21 Aug 2010 18:20:18 -0400
changeset 11 b62383876fdb
parent 10 014d58335b6d
permissions -rw-r--r--
Merged from accidental split
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
0cce88c7cf7c Added Makefile
Dan
parents:
diff changeset
     1
EXPERIENCEUI=/public/exui/Contrib/ExperienceUI
0cce88c7cf7c Added Makefile
Dan
parents:
diff changeset
     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
0cce88c7cf7c Added Makefile
Dan
parents:
diff changeset
     6
0cce88c7cf7c Added Makefile
Dan
parents:
diff changeset
     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