From efcea3a80da7c4479d5fe168435ecc9fd06bdc72 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 14 Sep 2025 00:16:10 -0400 Subject: Squashed 'subprojects/boost-sqlite/' content from commit 3378e35 git-subtree-dir: subprojects/boost-sqlite git-subtree-split: 3378e353705271e569cf4ba15c467b840a39798c --- doc/Jamfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/Jamfile (limited to 'doc/Jamfile') diff --git a/doc/Jamfile b/doc/Jamfile new file mode 100644 index 0000000..9a9f9d3 --- /dev/null +++ b/doc/Jamfile @@ -0,0 +1,18 @@ +import asciidoctor ; + +html index.html : index.adoc ; + +install html_ : index.html : html ; + + +pdf sqlite.pdf : index.adoc ; +explicit sqlite.pdf ; + +install pdf_ : sqlite.pdf : pdf ; +explicit pdf_ ; + +alias boostdoc ; +explicit boostdoc ; +alias boostrelease : html_ ; +explicit boostrelease ; + -- cgit v1.2.3