From adf9b77ac1a6e9c6365638d05c50c18569280275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 14 Dec 2008 23:56:51 +0000 Subject: From Didier Gautheron (bug 3121): User srcdir in Makefiles for faq.py. svn path=/trunk/; revision=26996 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7851751555..ef156f929a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -787,7 +787,7 @@ else SUBDIRS = tools wsutil wiretap doc epan packaging help @wireshark_SUBDIRS@ endif -FAQ: help/faq.txt help/faq.py +FAQ: help/faq.txt $(srcdir)/help/faq.py (cd help ; \ $(MAKE) faq.txt ; \ cp faq.txt ../FAQ ) -- cgit v1.2.1