diff options
| author | Enno Boland (tox) <[email protected]> | 2009-09-10 09:49:13 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <[email protected]> | 2009-09-10 09:49:13 +0200 |
| commit | 486a9cc9085d84816bbcaadc179669441f5f5aae (patch) | |
| tree | bb7e0eb3cf18cc2308cf30a4fa3811c868920fd2 /Makefile | |
| parent | Added tag 0.1 for changeset d8628fc93353 (diff) | |
| download | surf-486a9cc9085d84816bbcaadc179669441f5f5aae.tar.gz surf-486a9cc9085d84816bbcaadc179669441f5f5aae.tar.bz2 surf-486a9cc9085d84816bbcaadc179669441f5f5aae.zip | |
dist doesn't work. fixing Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5a98461..327514d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} - @cp -R LICENSE Makefile README config.mk \ + @cp -R LICENSE Makefile config.mk \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar |