pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32698c9
)
dist doesn't work. fixing Makefile.
author
Enno Boland (tox)
<tox@s01.de>
Thu, 10 Sep 2009 07:49:13 +0000
(09:49 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Thu, 10 Sep 2009 07:49:13 +0000
(09:49 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5a98461
..
327514d
100644
(file)
--- 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