Explorar o código

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/.
Sebastian Hahn %!s(int64=15) %!d(string=hai) anos
pai
achega
e015fe8b09
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      doc/Makefile.am

+ 2 - 0
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)