summaryrefslogtreecommitdiffstats
path: root/listen
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 12:30:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 12:30:45 +0000
commita32fdac5ff009edc8c3668c7511ed9de191d0e29 (patch)
tree13ee8e912585607d5b764201fc664fcbebfa14e5 /listen
parent39c60647c91bdb4240690c7af8e5095836696157 (diff)
Fix build of man pages when building in a separate build directory.
Diffstat (limited to 'listen')
-rw-r--r--listen/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/Makefile.am b/listen/Makefile.am
index 55a937c..39777c6 100644
--- a/listen/Makefile.am
+++ b/listen/Makefile.am
@@ -21,7 +21,7 @@ listen.1 : listen.man
-e "s/@@@listen@@@/$$name_listen/g" \
-e "s/@@@Listen@@@/$$name_Listen/g" \
-e "s/@@@LISTEN@@@/$$name_LISTEN/g" \
- listen.man > listen.1.tmp && \
+ $(srcdir)/listen.man > listen.1.tmp && \
mv listen.1.tmp listen.1;
LDADD = $(AX25_LIB) $(NCURSES_LIB)