From 59032de0311c1b474c74e664603f980a0081c58c Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Wed, 26 Apr 2017 01:17:42 +0300 Subject: [PATCH] fix up make dist --- Makefile | 4 ++-- config.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6158ab2..9e52d13 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ clean: dist: clean @echo creating dist tarball @mkdir -p st-${VERSION} - @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h ${SRC} st-${VERSION} + @cp -R LICENSE Makefile README.st config.mk config.def.h st.info st.1 arg.h ${SRC} st-${VERSION} @tar -cf st-${VERSION}.tar st-${VERSION} - @gzip st-${VERSION}.tar + @xz -9 st-${VERSION}.tar @rm -rf st-${VERSION} install: all diff --git a/config.mk b/config.mk index 19a03bb..5806157 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.7 +VERSION = 0.7.truck # Customize below to fit your system