Skip to content

Commit 5e874c2

Browse files
author
Roman Kinyakin
committed
Remove changelog from dist
1 parent 2e19897 commit 5e874c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ SRC_FILES = $(SRC_DIR)/header.js\
2626
VERSION = $(shell cat version.txt)
2727

2828
all: jqs-gzip jqs-min-gzip Changelog.txt
29-
cp Changelog.txt dist/
3029

3130
jqs: ${SRC_FILES}
3231
cat ${SRC_FILES} | sed 's/@VERSION@/${VERSION}/' >${DIST_DIR}/jquery.sparkline.js
@@ -37,6 +36,6 @@ jqs-min: jqs
3736

3837
jqs-gzip: jqs
3938
gzip -9 < dist/jquery.sparkline.js >dist/jquery.sparkline.js.gz
40-
39+
4140
jqs-min-gzip: jqs-min
4241
gzip -9 < dist/jquery.sparkline.min.js >dist/jquery.sparkline.min.js.gz

0 commit comments

Comments
 (0)