summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-02-10 19:40:14 +0100
committerChristoph Lohmann <20h@r-36.net>2013-02-10 19:40:14 +0100
commit606c6e3297b12051ebcd8d3fc91f51182a20cdcd (patch)
tree491c89cc4412fcaddd944c65d6fc6d96beeaf2eb /Makefile
parent076d9f2350bd9e3e66709bbba4e9821c1a2e7590 (diff)
downloadsurf-606c6e3297b12051ebcd8d3fc91f51182a20cdcd.tar.gz
surf-606c6e3297b12051ebcd8d3fc91f51182a20cdcd.tar.bz2
surf-606c6e3297b12051ebcd8d3fc91f51182a20cdcd.zip
Making dist work again.0.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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