From ac96e4ac24a6e9cca974e3f3678f30aa898d3d23 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 25 Mar 2019 19:23:25 +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 1e3b0cf..fb4caba 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -4,8 +4,6 @@ # Distributed under the Boost Software License, Version 1.0. # (http://www.boost.org/LICENSE_1_0.txt) -project doc/endian ; - import asciidoctor ; html endian.html : endian.adoc ;