Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: aa8cb8fd6b05b85040c411c71f4aced1e3eab6f1 (plain)
1
2
3
4
5
6
7
8
VERSION = $(shell grep "^Version:" deployment-testing.spec | sed 's/^Version: *//')

all:

dist:
	git archive --prefix=deployment-testing-$(VERSION)/ HEAD | gzip > deployment-testing-$(VERSION).tar.gz

.PHONY: dist