summaryrefslogtreecommitdiff
path: root/doc/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Jamfile')
-rw-r--r--doc/Jamfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/Jamfile b/doc/Jamfile
deleted file mode 100644
index 9a9f9d3..0000000
--- a/doc/Jamfile
+++ /dev/null
@@ -1,18 +0,0 @@
-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 ;
-