Make code and man pages share the same default values
[lttng-ust.git] / doc / man / Makefile.am
index 20362045efea5edc57eb5db2383750d06584f09d..22aed15498cd7a6d3d4ced1a4febb2f88c483aa9 100644 (file)
@@ -55,7 +55,8 @@ if MAN_PAGES_OPT
 if HAVE_ASCIIDOC_XMLTO
 # Tools to execute:
 ADOC = $(ASCIIDOC) -f $(ASCIIDOC_CONF) -d manpage \
-       -a lttng_version="$(PACKAGE_VERSION)"
+       -a lttng_version="$(PACKAGE_VERSION)" \
+       -a lttng_ust_register_timeout="@LTTNG_UST_DEFAULT_CONSTRUCTOR_TIMEOUT_MS@"
 ADOC_DOCBOOK = $(ADOC) -b docbook
 XTO = $(XMLTO) -m $(firstword $(XSL_SRC_FILES)) man
 
This page took 0.023302 seconds and 4 git commands to generate.