From a03e644dc70facf7318432ce9bb86da9009d3944 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 25 Mar 2019 19:24:58 +0200 Subject: [PATCH] Remove project-id from doc/Jamfile --- doc/Jamfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/Jamfile b/doc/Jamfile index 54805e6..417891c 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -5,8 +5,6 @@ # See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt -project doc/mp11 ; - import asciidoctor ; html mp11.html : mp11.adoc ;