Fix distfile generation
This commit is contained in:
parent
d75c3ded0b
commit
327cca048b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ dist: distclean
|
||||||
mkdir -p surf-$(VERSION)
|
mkdir -p surf-$(VERSION)
|
||||||
cp -R LICENSE Makefile config.mk config.def.h README \
|
cp -R LICENSE Makefile config.mk config.def.h README \
|
||||||
surf-open.sh arg.h TODO.md surf.png \
|
surf-open.sh arg.h TODO.md surf.png \
|
||||||
surf.1 $(SRC) $(CSRC) $(WSRC) surf-$(VERSION)
|
surf.1 common.h $(SRC) $(WSRC) surf-$(VERSION)
|
||||||
tar -cf surf-$(VERSION).tar surf-$(VERSION)
|
tar -cf surf-$(VERSION).tar surf-$(VERSION)
|
||||||
gzip surf-$(VERSION).tar
|
gzip surf-$(VERSION).tar
|
||||||
rm -rf surf-$(VERSION)
|
rm -rf surf-$(VERSION)
|
||||||
|
|
Loading…
Reference in a new issue