From 0ae6eabf7b8c38c9fb0a8f67033cfb5e723424b1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 Apr 2024 22:20:54 +0300 Subject: [PATCH] Update doc/Jamfile --- doc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile b/doc/Jamfile index 417891c..210235d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -5,7 +5,7 @@ # See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt -import asciidoctor ; +using asciidoctor ; html mp11.html : mp11.adoc ;