From f43364f4db84de5b9dc4c31511256f1106ec1033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 1 May 2020 15:43:51 +0300 Subject: Rename spec-helper.macros as macros.spec-helper --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edddac8..e2f5bc0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ SCRIPT_FILES = check_desktop_files \ remove_info_dir \ restrict_to_cpu0 BIN_FILES = macroszification -MACROS_FILES = spec-helper.macros +MACROS_FILES = macros.spec-helper TEST_FILES = t/*.t FILES = Makefile NEWS README \ $(SCRIPT_FILES) $(BIN_FILES) $(MACROS_FILES:=.in) \ @@ -38,7 +38,7 @@ install: $(MACROS_FILES) install -d -m 755 $(DESTDIR)$(rpmmacrodir) install -p -m 644 $(MACROS_FILES) $(DESTDIR)$(rpmmacrodir) -spec-helper.macros: spec-helper.macros.in +macros.spec-helper: macros.spec-helper.in sed -e 's:@pkgdatadir@:$(pkgdatadir):' < $< > $@ clean: -- cgit v1.2.1