~petersanchez/st

0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32 — Hiltjo Posthuma 6 years ago 49a4f91
Makefile: add all files to make dist
1 files changed, 3 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +3 -1
@@ 34,7 34,9 @@ clean:

dist: clean
	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 FAQ LEGACY TODO LICENSE Makefile README config.mk\
		config.def.h st.info st.1 arg.h st.h win.h $(SRC)\
		st-$(VERSION)
	tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
	rm -rf st-$(VERSION)