summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-26 16:59:30 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-26 16:59:30 +0100
commitb44c82f18476bcfdf9be7791aeb95fdf680c0c44 (patch)
treecae35c7076e3693ae68ee71b82cbdef122f7372b /Makefile
parentc91a0c78cf4f7155ddbee731bb58803f74c450d1 (diff)
fixing README and Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7106eb0..d4bf93a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# tabbed - tabbing interface for surf
+# tabbed - tabbing interface
# See LICENSE file for copyright and license details.
include config.mk
@@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p tabbed-${VERSION}
- @cp -R LICENSE Makefile README config.mk \
+ @cp -R LICENSE Makefile README config.def.h config.mk \
tabbed.1 ${SRC} tabbed-${VERSION}
@tar -cf tabbed-${VERSION}.tar tabbed-${VERSION}
@gzip tabbed-${VERSION}.tar