From 6d8ea0f0c4053b82c8ff985b0725f08d573e721d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 25 Mar 2019 19:25:33 +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 b6d2c35..f58ec00 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/smart_ptr ; - import asciidoctor ; html smart_ptr.html : smart_ptr.adoc ;