summaryrefslogtreecommitdiff
path: root/doc/Jamfile
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-14 00:16:10 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-14 00:16:10 -0400
commitefcea3a80da7c4479d5fe168435ecc9fd06bdc72 (patch)
tree5cb0177e17b1b00a177f2e830e809f606334571b /doc/Jamfile
downloadsqlite-kv-bench-efcea3a80da7c4479d5fe168435ecc9fd06bdc72.tar.gz
Squashed 'subprojects/boost-sqlite/' content from commit 3378e35
git-subtree-dir: subprojects/boost-sqlite git-subtree-split: 3378e353705271e569cf4ba15c467b840a39798c
Diffstat (limited to 'doc/Jamfile')
-rw-r--r--doc/Jamfile18
1 files changed, 18 insertions, 0 deletions
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 : <location>html ;
+
+
+pdf sqlite.pdf : index.adoc ;
+explicit sqlite.pdf ;
+
+install pdf_ : sqlite.pdf : <location>pdf ;
+explicit pdf_ ;
+
+alias boostdoc ;
+explicit boostdoc ;
+alias boostrelease : html_ ;
+explicit boostrelease ;
+