mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
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:
parent
32c1863a67
commit
e015fe8b09
@ -26,6 +26,8 @@ EXTRA_DIST = HACKING \
|
|||||||
|
|
||||||
nodist_man_MANS = $(asciidoc_files:=.1)
|
nodist_man_MANS = $(asciidoc_files:=.1)
|
||||||
|
|
||||||
|
docdir = @docdir@
|
||||||
|
|
||||||
doc_DATA = $(asciidoc_files:=.html)
|
doc_DATA = $(asciidoc_files:=.html)
|
||||||
|
|
||||||
asciidoc_product = $(nodist_man_MANS) $(doc_DATA)
|
asciidoc_product = $(nodist_man_MANS) $(doc_DATA)
|
||||||
|
Loading…
Reference in New Issue
Block a user