Skip to content

Commit b8ef259

Browse files
committed
Forgotten commit.
1 parent 70dadc6 commit b8ef259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
VERSION = 1.7.0
1+
VERSION = 1.7.1
22
SHELL = /bin/sh
33
DOWNLOAD = /var/www/www.appelsiini.net/htdocs/download
44
JSPACKER = /home/tuupola/bin/jspacker
55
JSMIN = /home/tuupola/bin/jsmin
66

7-
#all: jeditable packed tarball latest
8-
all: jeditable packed minified latest wysiwyg
7+
#all: jeditable packed minified latest wysiwyg
8+
all: jeditable minified latest wysiwyg
99

1010
jeditable: jquery.jeditable.js
1111
cp jquery.jeditable.js $(DOWNLOAD)/jquery.jeditable-$(VERSION).js
@@ -28,7 +28,7 @@ latest: jquery.jeditable.js jquery.jeditable.pack.js
2828
cp jquery.jeditable.time.js $(DOWNLOAD)/jquery.jeditable.time.js
2929
cp jquery.jeditable.timepicker.js $(DOWNLOAD)/jquery.jeditable.timepicker.js
3030
cp jquery.jeditable.charcounter.js $(DOWNLOAD)/jquery.jeditable.charcounter.js
31-
cp jquery.jeditable.pack.js $(DOWNLOAD)/jquery.jeditable.pack.js
31+
# cp jquery.jeditable.pack.js $(DOWNLOAD)/jquery.jeditable.pack.js
3232
cp jquery.jeditable.mini.js $(DOWNLOAD)/jquery.jeditable.mini.js
3333

3434

0 commit comments

Comments
 (0)