Makefile | 4 +++- diff --git a/Makefile b/Makefile index c678ead14de96bb202a6ab0b82d6a877f796af6c..0b3cecd0329916f904c68d8ec6302a4c234a5664 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,9 @@ rm -f st $(OBJ) st-$(VERSION).tar.gz 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)