summaryrefslogtreecommitdiffstats
path: root/call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 12:42:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 12:42:35 +0000
commitdd36d3cf68681485d41d16736e6191837f6e9ee6 (patch)
tree950aa661b2cfbcb6373519efab5bfed8a4793f4c /call
parenta32fdac5ff009edc8c3668c7511ed9de191d0e29 (diff)
Include man page source files in generated dist archives.
Diffstat (limited to 'call')
-rw-r--r--call/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/Makefile.am b/call/Makefile.am
index 7f0b14b..4d4f16f 100644
--- a/call/Makefile.am
+++ b/call/Makefile.am
@@ -10,7 +10,7 @@ bin_PROGRAMS = call
man_MANS = call.1
CLEANFILES = call.1 call.1.tmp
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = call.man
call.1 : call.man
name_call=$$(echo call | sed -e '$(transform)') \