From dcab499c69bf2fca3128f4720e112176a565a8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 13 Mar 2017 19:59:37 +0100 Subject: Move version info to header --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a465be7..e48f311 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +NAME = mageia-gfxboot-theme +UPSTREAM_VERSION = 4.5.6 +VERSION = $(UPSTREAM_VERSION).10 + + BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ ) BASED_ON = $(shell perl -ne 'print if s/^based_on=//' config) @@ -80,10 +85,6 @@ ifneq ($(BASED_ON),) endif -NAME = mageia-gfxboot-theme -UPSTREAM_VERSION = 4.5.6 -VERSION = $(UPSTREAM_VERSION).10 - dist: rm -rf ../$(NAME)-$(VERSION).tar* @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz -- cgit v1.2.1