hg2git: fix source tarball generation in Makefile

This commit is contained in:
mappu 2018-12-31 19:02:58 +13:00
parent 951c87b63f
commit 147608a327

View File

@ -69,5 +69,5 @@ _dist/contented-$(VERSION)-win32.7z: build/win32/contented.exe
)
_dist/contented-$(VERSION)-src.zip: $(SOURCES)
hg archive --type=zip _dist/contented-$(VERSION)-src.zip
git archive HEAD -o _dist/contented-$(VERSION)-src.zip