2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-21 05:22:17 +00:00
Files
ublas/doc/Jamfile
rainmaker6 e09bdeb8a0 refactor(docs): convert HTML documentation using AsciiDoc
This is GSoC 2021 project of Shikhar Vashistha who copied
existing uBlas documentation and used AsciiDoc for formatting.
2021-09-09 11:42:16 +02:00

30 lines
586 B
Plaintext

# Copyright 2021 Shikhar Vashistha
#
# Distributed under the Boost Software License, Version 1.0.
# (http://www.boost.org/LICENSE_1_0.txt)
# Copyright 2021 Shikhar Vashistha
#
# Distributed under the Boost Software License, Version 1.0.
# (http://www.boost.org/LICENSE_1_0.txt)
import asciidoctor ;
html ublas.html : ublas.adoc ;
install html_ : ublas.html : <location>html ;
pdf ublas.pdf : ublas.adoc ;
explicit ublas.pdf ;
install pdf_ : ublas.pdf : <location>pdf ;
explicit pdf_ ;
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;