[or-cvs] [tor/master 2/2] Make sure docdir is defined when making doc/

nickm at torproject.org nickm at torproject.org
Thu Jan 28 19:20:55 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Thu, 28 Jan 2010 08:59:20 +0100
Subject: Make sure docdir is defined when making doc/
Commit: e015fe8b098d5058a6e8fa5c316800504520303b

Apparently some autoconf versions need this, while others don't.
This means documentation will be installed into share/doc/tor/.
---
 doc/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d28c571..492dd3b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,6 +26,8 @@ EXTRA_DIST = HACKING                                         \
 
 nodist_man_MANS = $(asciidoc_files:=.1)
 
+docdir = @docdir@
+
 doc_DATA = $(asciidoc_files:=.html)
 
 asciidoc_product = $(nodist_man_MANS) $(doc_DATA)
-- 
1.6.5



More information about the tor-commits mailing list