public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: /
Date: Sun,  6 Mar 2016 00:23:07 +0000 (UTC)	[thread overview]
Message-ID: <1457223675.10d8b4bd5e8db6c3f919af2162199bc8007c85ca.radhermit@gentoo> (raw)

commit:     10d8b4bd5e8db6c3f919af2162199bc8007c85ca
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 00:21:15 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 00:21:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=10d8b4bd

makefile: glob files instead of explicitly listing each one

This assumes we'll be installing all files within the related vim plugin
dirs, but cruft shouldn't be put in those directories anyway.

 Makefile | 67 ++++++++--------------------------------------------------------
 1 file changed, 8 insertions(+), 59 deletions(-)

diff --git a/Makefile b/Makefile
index c2f49ec..6ffdd86 100644
--- a/Makefile
+++ b/Makefile
@@ -6,65 +6,14 @@ distpkg := $(distapp)-$(distver)
 
 PREFIX = ${HOME}/.vim/
 
-files_vars = \
-	files_doc \
-	files_ftdetect \
-	files_ftplugin \
-	files_indent \
-	files_plugin \
-	files_syntax
-
-files_doc = \
-	doc/gentoo-syntax.txt
-
-files_ftdetect = \
-	ftdetect/gentoo.vim
-
-files_ftplugin = \
-	ftplugin/ebuild.vim \
-	ftplugin/gentoo-changelog.vim \
-	ftplugin/gentoo-conf-d.vim \
-	ftplugin/gentoo-env-d.vim \
-	ftplugin/gentoo-init-d.vim \
-	ftplugin/gentoo-make-conf.vim \
-	ftplugin/gentoo-metadata.vim \
-	ftplugin/gentoo-package-keywords.vim \
-	ftplugin/gentoo-package-license.vim \
-	ftplugin/gentoo-package-mask.vim \
-	ftplugin/gentoo-package-properties.vim \
-	ftplugin/gentoo-package-use.vim \
-	ftplugin/gentoo-use-desc.vim
-
-files_indent = \
-	indent/ebuild.vim \
-	indent/gentoo-metadata.vim
-
-files_plugin = \
-	plugin/gentoo-common.vim \
-	plugin/newebuild.vim \
-	plugin/newmetadata.vim \
-	plugin/newinitd.vim
-
-files_syntax = \
-	syntax/ebuild.vim \
-	syntax/gentoo-changelog.vim \
-	syntax/gentoo-common.vim \
-	syntax/gentoo-conf-d.vim \
-	syntax/gentoo-env-d.vim \
-	syntax/gentoo-init-d.vim \
-	syntax/gentoo-make-conf.vim \
-	syntax/gentoo-metadata.vim \
-	syntax/gentoo-mirrors.vim \
-	syntax/gentoo-package-keywords.vim \
-	syntax/gentoo-package-license.vim \
-	syntax/gentoo-package-mask.vim \
-	syntax/gentoo-package-properties.vim \
-	syntax/gentoo-package-use.vim \
-	syntax/gentoo-use-desc.vim \
-	syntax/glep.vim \
-	syntax/guidexml.vim
-
-files = $(foreach f, $(files_vars), $($(f)) )
+files = $(wildcard \
+	doc/* \
+	ftdetect/* \
+	ftplugin/* \
+	indent/* \
+	plugin/* \
+	syntax/* \
+)
 
 scripts: ${files}
 


             reply	other threads:[~2016-03-06 12:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-06  0:23 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-13  5:26 [gentoo-commits] proj/gentoo-syntax:master commit in: / Michał Górny
2022-02-23 22:27 Michał Górny
2022-02-23 15:51 Michał Górny
2022-02-23 15:45 Michał Górny
2022-02-23 15:45 Michał Górny
2021-09-11 14:09 Mike Gilbert
2021-02-07  0:29 Vadim Misbakh-Soloviov
2016-03-06  0:23 Tim Harder
2016-03-06  0:09 Tim Harder
2016-02-02 17:29 Tim Harder
2016-02-02 17:20 Tim Harder
2014-11-29  8:00 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-29  5:15 Tim Harder
2014-11-02 22:04 Tim Harder
2012-02-14  3:28 Christian Ruppert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457223675.10d8b4bd5e8db6c3f919af2162199bc8007c85ca.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox