commit 0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32 from: Hiltjo Posthuma date: Wed Mar 14 18:54:50 2018 UTC Makefile: add all files to make dist commit - 49a4f91fc5caf4b8b64f2b73a6be506fa06917b9 commit + 0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32 blob - c678ead14de96bb202a6ab0b82d6a877f796af6c blob + 0b3cecd0329916f904c68d8ec6302a4c234a5664 --- Makefile +++ Makefile @@ -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)