Bump version to 0.1.18.
[profile/ivi/cowhide.git] / Makefile
1 PROJECT = CowhideDocs
2
3 VERSION := 0.1.18
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
7
8 FILES = dist/*.js dist/*.css docs/cowhide-icon.png docs/tizen/config.xml
9 DIRS = images docs
10
11 all:
12         @echo "Nothing to build"
13
14 widget:
15         zip -rj $(PROJECT).wgt $(FILES)
16         (cd dist; zip -r ../$(PROJECT).wgt $(DIRS))