Skip to content

Commit

Permalink
Remove changelog from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kinyakin committed Apr 16, 2015
1 parent 2e19897 commit 5e874c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ SRC_FILES = $(SRC_DIR)/header.js\
VERSION = $(shell cat version.txt)

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

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

jqs-gzip: jqs
gzip -9 < dist/jquery.sparkline.js >dist/jquery.sparkline.js.gz

jqs-min-gzip: jqs-min
gzip -9 < dist/jquery.sparkline.min.js >dist/jquery.sparkline.min.js.gz

0 comments on commit 5e874c2

Please sign in to comment.