hg2git: fix source tarball generation in Makefile
This commit is contained in:
parent
951c87b63f
commit
147608a327
2
Makefile
2
Makefile
@ -69,5 +69,5 @@ _dist/contented-$(VERSION)-win32.7z: build/win32/contented.exe
|
|||||||
)
|
)
|
||||||
|
|
||||||
_dist/contented-$(VERSION)-src.zip: $(SOURCES)
|
_dist/contented-$(VERSION)-src.zip: $(SOURCES)
|
||||||
hg archive --type=zip _dist/contented-$(VERSION)-src.zip
|
git archive HEAD -o _dist/contented-$(VERSION)-src.zip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user