diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -23,10 +23,7 @@ test: all tests/etc/cpt-hook tests/etc/cpt-hook: ln -s ../hook-file $@ -CHANGELOG.md: - fossil wiki export Changelog | sed '1cCHANGELOG\n=========' > CHANGELOG.md - -dist: docs/cpt.info CHANGELOG.md +dist: docs/cpt.info mkdir "cpt-${VERSION}" cp -r ${DISTFILES} "cpt-${VERSION}" tar cf "cpt-${VERSION}.tar" "cpt-${VERSION}" |