-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from BoostGSoC21/develop
[GSoC'21] Creating documentation using AsciiDoctor
- Loading branch information
Showing
129 changed files
with
13,357 additions
and
19,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/html/ | ||
/pdf/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 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 ; |
Oops, something went wrong.