summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-11 09:38:53 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-11 09:38:53 +0200
commit2f639aede5709c2c5105e40d35b355bdddbcf4f5 (patch)
tree75829d19ce08bcc4568128259146fe4966aa2032 /Makefile
parentf400f0d56f9a89984b40f5b8a57e410c0bf2c9e2 (diff)
downloadsurf-2f639aede5709c2c5105e40d35b355bdddbcf4f5.tar.gz
surf-2f639aede5709c2c5105e40d35b355bdddbcf4f5.tar.bz2
surf-2f639aede5709c2c5105e40d35b355bdddbcf4f5.zip
Makefile fixing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80fe821..b98d311 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p surf-${VERSION}
- @cp -R LICENSE Makefile config.mk README \
+ @cp -R LICENSE Makefile config.mk config.def.h README \
surf.1 ${SRC} surf-${VERSION}
@tar -cf surf-${VERSION}.tar surf-${VERSION}
@gzip surf-${VERSION}.tar