Put CHANGELOG.md into the distribution (fixes #6)

master
Carlo Strub 6 years ago
parent 26d714796f
commit 456f729c63
No known key found for this signature in database
GPG Key ID: 34EF3FF33C29811A

@ -66,6 +66,7 @@ dist: build-all
cd dist && \
$(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) cp ../CHANGELOG.md {} \; && \
$(DIST_DIRS) tar -zcf sisyphus-${VERSION}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r sisyphus-${VERSION}-{}.zip {} \; && \
cd ..

Loading…
Cancel
Save