Explorar el 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 hace 16 años
padre
commit
e015fe8b09
Se han modificado 1 ficheros con 2 adiciones y 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)