From 3a976e1c84f4ac95599a71681d551cc3b3a5e33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 21 May 2007 19:53:46 +0000 Subject: [PATCH] fix vpath build of rigmatrix.html git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2196 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 36f2b6378..f2009b00b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -57,7 +57,7 @@ rigmatrix_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@ rigmatrix.html: rigmatrix_head.html rigmatrix listrigs mkdir -p html - ( cd html && cat ../rigmatrix_head.html && ../rigmatrix ) > html/rigmatrix.html + ( cat $(srcdir)/rigmatrix_head.html && cd html && ./rigmatrix ) > html/rigmatrix.html for f in `./listrigs | tail +2 | cut -f1` ; do ( ./rigctl -m $$f -u > html/model$$f.txt || exit 0 ) ; done EXTRA_DIST = rigmatrix_head.html $(man_MANS)