commit 8b315c97c51c503bfc4dc8ce3200d6820d4da8ee Author: David Goulet dgoulet@ev0ke.net Date: Sun Sep 1 10:40:38 2013 -0400
Fix: remove FAQ file from Makefile
Signed-off-by: David Goulet dgoulet@ev0ke.net --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index e982a1a..7c3253a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ ACLOCAL_AMFLAGS = -I config
SUBDIRS = src doc tests
-dist_doc_DATA = ChangeLog FAQ +dist_doc_DATA = ChangeLog
EXTRA_DIST = gpl-2.0.txt
tor-commits@lists.torproject.org