makefile.in: remove obsolete rpm targets

This commit is contained in:
Daniel Kochmański 2016-03-01 11:17:46 +01:00
parent 7764053647
commit 0188c6bbe8

View file

@ -131,9 +131,6 @@ build/doc/index.html:
source-dist: $(TAR_DIR).tgz
rpmdir=$(shell rpm --showrc | grep '^-[0-9]*:.*[^{]_topdir' | sed 's,^.*topdir[ ]*\(.*\)[ ]*,\1,')
rpmbuild=$(shell if [ -z `which rpmbuild` ]; then echo "rpm"; else echo "rpmbuild"; fi)
$(TAR_DIR).tgz:
git archive --format=tar.gz --prefix=$(TAR_DIR)/ HEAD > $@