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/.
This commit is contained in:
Sebastian Hahn 2010-01-28 08:59:20 +01:00
parent 32c1863a67
commit e015fe8b09
1 changed files with 2 additions and 0 deletions

View 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)