summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Menari <spaceinvader@chaotika.org>2009-06-08 10:47:56 +0100
committerThomas Menari <spaceinvader@chaotika.org>2009-06-08 10:47:56 +0100
commitb6e181e82acc2f20085410f720b8ceeed8a8cbe3 (patch)
tree2d82e232f9da9f2049b5945b8fe986913ab2e73c /Makefile
parent92e8fd101c7b74cd9139bcdd061ab4a58f19a193 (diff)
downloadsurf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.gz
surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.tar.bz2
surf-b6e181e82acc2f20085410f720b8ceeed8a8cbe3.zip
merged, now has download bar, other misc fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7792628..6dc19fa 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p surf-${VERSION}
- @cp -R LICENSE Makefile README config.def.h config.mk \
+ @cp -R LICENSE Makefile README config.mk \
surf.1 ${SRC} surf-${VERSION}
@tar -cf surf-${VERSION}.tar surf-${VERSION}
@gzip surf-${VERSION}.tar