X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=ca37ab65d1f80e01581d146816c5bafd034bd266;hp=40394d272a4c6805e3afcdd4bf9130b6ffa50e30;hb=4db0fb4c8e067200712eb377e42013c6fc2c628b;hpb=0a4c02a2bf0bf21726a6decf3e7f3f01ed32d89a diff --git a/Makefile b/Makefile index 40394d27..ca37ab65 100644 --- a/Makefile +++ b/Makefile @@ -152,18 +152,20 @@ signatures: # did not seem to work the way I was trying to use it, so ... # this target is still helpful to produce the readme in html from README.md -index.zip: README.md +index.zip index.html: README.md python readme.py # I need to run this on my mac as my pypi # run git pull first as this often comes afet a module-tag # we need to re-run make so the version is right -git_pypi: +git_pypi: git pypi + +git: git pull - $(MAKE) pypi + $(MAKE) version # run this only once the sources are in on the right tag -pypi: +pypi: index.html setup.py sdist upload -r $(PYPI_TARGET) ssh $(TARBALL_HOST) mkdir -p $(TARBALL_TOPDIR)/$(VERSIONTAG) rsync -av dist/sfa-$(VERSIONTAG).tar.gz $(TARBALL_HOST):$(TARBALL_TOPDIR)/$(VERSIONTAG)