From 456f729c634c3aefe2eb53e87b1b3739ade2be83 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Thu, 18 Jan 2018 21:21:21 +0100 Subject: [PATCH] Put CHANGELOG.md into the distribution (fixes #6) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1bd6953..ada8593 100644 --- a/Makefile +++ b/Makefile @@ -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 ..