]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make sure docdir is defined when making doc/
authorSebastian Hahn <sebastian@torproject.org>
Thu, 28 Jan 2010 07:59:20 +0000 (08:59 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 28 Jan 2010 08:03:21 +0000 (09:03 +0100)
Apparently some autoconf versions need this, while others don't.
This means documentation will be installed into share/doc/tor/.

doc/Makefile.am

index d28c5712473bb28be5beda302fb5ca693e68feaf..492dd3bd51d4a07ecbfb650d3819552a133bee05 100644 (file)
@@ -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)