Add a linkdrop-current.tar.gz symlink as part of 'make dist'

This will make Hudson happy
This commit is contained in:
Philippe M. Chiasson 2011-03-23 15:44:56 -04:00
Родитель 91c006c85e
Коммит eb74a7790b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,8 @@ clean:
dist: f1.spec
$(PYTHON) setup.py sdist --formats gztar,zip
# This is so Hudson can get stable urls to this tarball
ln -sf linkdrop-$(version)($tag).tar.gz dist/linkdrop-current.tar.gz
rpm: f1.spec
$(PYTHON) setup.py bdist_rpm