From: Thierry Reding <thierry.reding@avionic-design.de>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH] man: Fix typo and use $() for make expressions
Date: Fri, 18 Jan 2013 13:22:01 +0100 [thread overview]
Message-ID: <1358511721-22073-1-git-send-email-thierry.reding@avionic-design.de> (raw)
Due to the typo, none of the .xml files would end up in the release
tarball and cause make distcheck as well as builds from the tarball to
fail.
Using $() isn't strictly necessary but other variables and expressions
use that variant already so it makes the usage consistent.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
---
man/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index 25202e2..d25a293 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -17,7 +17,8 @@ MANPAGES_ALIASES = \
drm-ttm.7
XML_FILES = \
- ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubs %.7,%.xml,$(MANPAGES)}}}}
+ $(patsubst %.1,%.xml,$(patsubst %.3,%.xml,$(patsubst %.5,%.xml,$(patsubst %.7,%.xml,$(MANPAGES)))))
+
EXTRA_DIST = $(XML_FILES)
CLEANFILES = $(MANPAGES) $(MANPAGES_ALIASES) .man_fixup
man_MANS =
--
1.8.1.1
next reply other threads:[~2013-01-18 12:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-18 12:22 Thierry Reding [this message]
2013-01-18 16:00 ` [PATCH] man: Fix typo and use $() for make expressions David Herrmann
2013-01-18 16:01 ` David Herrmann
2013-01-18 16:54 ` Jesse Barnes
2013-01-25 15:54 ` David Herrmann
2013-01-25 21:47 ` Jesse Barnes
2013-01-20 6:39 ` Mark Zhang
2013-01-20 9:17 ` David Herrmann
2013-01-20 9:41 ` Mark Zhang
2013-01-21 6:52 ` Thierry Reding
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=1358511721-22073-1-git-send-email-thierry.reding@avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=dri-devel@lists.freedesktop.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