summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-06-27 10:49:57 +0200
committerAlexander Larsson <alexl@redhat.com>2013-06-27 10:49:57 +0200
commit61b6c7ceec67ff754fcedd08e05c9d655f1ee8f0 (patch)
tree663b00894b2edaffb5671f506efc5b42bbb88d47
parent8b2cb309dd96e69774cd5d99621ccca28d882017 (diff)
Fix disting of manpages
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 06dc093..79f0c13 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,7 +19,7 @@ man_MANS = \
user-dirs.defaults.5 \
user-dirs.dirs.5
-xml_files = $($(man_MANS:.1=.xml):.5=.xml)
+xml_files = $(patsubst %.5,%.xml,$(patsubst %.1,%.xml,$(man_MANS)))
EXTRA_DIST = $(xml_files)