diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-01-28 08:59:20 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-01-28 09:03:21 +0100 |
commit | e015fe8b098d5058a6e8fa5c316800504520303b (patch) | |
tree | d19547a328ee427f0465d2c9b1d9272fc64a071e /doc/Makefile.am | |
parent | 32c1863a673cc66758c393e24a9218de5d17ab8b (diff) | |
download | tor-e015fe8b098d5058a6e8fa5c316800504520303b.tar.gz tor-e015fe8b098d5058a6e8fa5c316800504520303b.zip |
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/.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |