man: Fix typo and use $() for make expressions
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 18 Jan 2013 12:22:01 +0000 (13:22 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 25 Jan 2013 21:46:57 +0000 (13:46 -0800)
commit9dc0072e8d5a47fb0b2ada50fb897cb2c740bb40
tree0166cc23d9b25b45e871e2296468bd47ec5b8042
parent303ca37e722e68900cb7eb43ddbef8069b0c711b
man: Fix typo and use $() for make expressions

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.

Reviewed-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
man/Makefile.am