From e015fe8b098d5058a6e8fa5c316800504520303b Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 28 Jan 2010 08:59:20 +0100 Subject: Make sure docdir is defined when making doc/ 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 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index d28c571247..492dd3bd51 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) -- cgit v1.2.3-54-g00ecf