summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-03-05 15:15:40 +0100
committerUlrich Müller <ulm@gentoo.org>2021-03-05 15:15:40 +0100
commit6206c1cfa5e7e9795d8ca60c2fcdc07a860025c1 (patch)
treee9f9aa0d3eb23aa02f2cd58de48dc7759a95e16f /Makefile
parentUpdate package keywords. (diff)
downloadebuild-mode-6206c1cfa5e7e9795d8ca60c2fcdc07a860025c1.tar.gz
ebuild-mode-6206c1cfa5e7e9795d8ca60c2fcdc07a860025c1.tar.bz2
ebuild-mode-6206c1cfa5e7e9795d8ca60c2fcdc07a860025c1.zip
Respect ECLASSDIR in keyword-generation.sh
* keyword-generation.sh: The eclass directory can now be specified with the ECLASSDIR variable. Better error checking and reporting. * Makefile (keywords): New target. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b193723..1a22250 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2020 Gentoo Authors
+# Copyright 2007-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 or later
PN = ebuild-mode
@@ -18,6 +18,9 @@ all:
ebuild-mode.info: ebuild-mode.texi
makeinfo $<
+keywords:
+ ./keyword-generation.sh
+
dist: $(DISTFILES)
tar -cJf $(P).tar.xz --transform='s%^%$(P)/%' $^
tar -tJvf $(P).tar.xz