Introduction
Introduction Statistics Contact Development Disclaimer Help
dist doesn't work. fixing Makefile. - surf - surf browser, a WebKit based brows…
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 486a9cc9085d84816bbcaadc179669441f5f5aae
parent 32698c9e9f18085359955d3c8a3efe4f9611d6a4
Author: Enno Boland (tox) <[email protected]>
Date: Thu, 10 Sep 2009 09:49:13 +0200
dist doesn't work. fixing Makefile.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.