aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-05-01 15:43:51 +0300
committerJani Välimaa <wally@mageia.org>2020-05-01 15:49:46 +0300
commitf43364f4db84de5b9dc4c31511256f1106ec1033 (patch)
tree859e6c3137c66b9df53f9a4dfb5af06d85c44fe9 /Makefile
parentf3c195a341295cfcf0521f05d562488ad6c67b3f (diff)
downloadspec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.gz
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.bz2
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.xz
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.zip
Rename spec-helper.macros as macros.spec-helper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: