fix up make dist

This commit is contained in:
Howland Owl 2017-04-26 01:17:42 +03:00
parent 5e47840de0
commit 59032de031
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
# st version
VERSION = 0.7
VERSION = 0.7.truck
# Customize below to fit your system