From: Christoph Lohmann <20h@r-36.net> Date: Sun, 10 Feb 2013 18:40:14 +0000 (+0100) Subject: Making dist work again. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=606c6e3297b12051ebcd8d3fc91f51182a20cdcd Making dist work again. --- diff --git a/Makefile b/Makefile index b98d311..a9d4d1d 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} @cp -R LICENSE Makefile config.mk config.def.h README \ + surf-open.sh arg.h TODO.md surf.png \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar