Fixed mismatched delete call, updated dist target to use xz instead of gzip
This commit is contained in:
parent
c0295368c6
commit
edc24af2ba
4
Makefile
4
Makefile
@ -70,6 +70,6 @@ dist: all
|
||||
rm -rf $(name)-$(version)
|
||||
mkdir $(name)-$(version)
|
||||
cp *.cpp *.h Makefile AUTHORS COPYING ChangeLog README TODO *.8 \
|
||||
httpup-repgen* httpup.conf* $(name)-$(version)
|
||||
tar cvzf $(name)-$(version).tar.gz $(name)-$(version)
|
||||
httpup-repgen httpup.conf* $(name)-$(version)
|
||||
tar Jcvf $(name)-$(version).tar.xz $(name)-$(version)
|
||||
rm -rf $(name)-$(version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user