From a32fdac5ff009edc8c3668c7511ed9de191d0e29 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Jun 2013 12:30:45 +0000 Subject: Fix build of man pages when building in a separate build directory. --- ax25ipd/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25ipd') diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am index 4e5dadf..ee5d671 100644 --- a/ax25ipd/Makefile.am +++ b/ax25ipd/Makefile.am @@ -12,7 +12,7 @@ ax25ipd.8: ax25ipd.man sed -e "s/@@@ax25ipd@@@/$$name_ax25ipd/g" \ -e "s/@@@Ax25ipd@@@/$$name_Ax25ipd/g" \ -e "s/@@@AX25IPD@@@/$$name_AX25IPD/g" \ - ax25ipd.man > ax25ipd.8.tmp && \ + $(srcdir)/ax25ipd.man > ax25ipd.8.tmp && \ mv ax25ipd.8.tmp ax25ipd.8; ax25ipd.conf.5: ax25ipd.conf.man @@ -22,7 +22,7 @@ ax25ipd.conf.5: ax25ipd.conf.man sed -e "s/@@@ax25ipd@@@/$$name_ax25ipd/g" \ -e "s/@@@Ax25ipd@@@/$$name_Ax25ipd/g" \ -e "s/@@@AX25IPD@@@/$$name_AX25IPD/g" \ - ax25ipd.conf.man > ax25ipd.conf.5.tmp && \ + $(srcdir)/ax25ipd.conf.man > ax25ipd.conf.5.tmp && \ mv ax25ipd.conf.5.tmp ax25ipd.conf.5; docdir = ${datadir}/doc/ax25-apps -- cgit v1.2.3