commit 423303f33ffb183cdfac3aad5bdce68d035ef0db parent eb74dd687a2080a0b753522f1508466c323ddb75 Author: sin <sin@2f30.org> Date: Tue, 22 Mar 2016 13:54:27 +0000 add stun.8 to dist Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ ${OBJ}: config.mk ${HDR} dist: mkdir -p stun-${VERSION} - cp LICENSE Makefile README arg.h config.mk stun.c stun-${VERSION} + cp LICENSE Makefile README arg.h config.mk stun.8 stun.c stun-${VERSION} tar cf stun-${VERSION}.tar stun-${VERSION} gzip stun-${VERSION}.tar rm -rf stun-${VERSION}