Cloned SEACAS for EXODUS library with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lib 96dbec27e0 Initial commit 2 years ago
..
.gitignore Initial commit 2 years ago
README Initial commit 2 years ago
TribitsBuildReferenceBody.rst Initial commit 2 years ago
TribitsBuildReferenceTemplate.rst Initial commit 2 years ago
create-build-ref.sh Initial commit 2 years ago
create-project-build-ref.py Initial commit 2 years ago

README

================================================================================
TriBITS Build Reference Files
================================================================================

This directory contains files to create a project-specific build quick
reference document <Project>BuildReference.[rst,html,pdf]. The generic files
used for this purpose are:

create-project-build-ref.py
TribitsBuildReferenceBody.rst

See `create-project-build-ref.py --help` for details.

This directory also contains a generic build of a <Project>BuildReference
document. The template file:

TribitsBuildReferenceTemplate.rst

is used to create the auto-generated (read-only) output files:

TribitsBuildReference.html
TribitsBuildReference.pdf
TribitsBuildReference.rst

using the script:

create-build-ref.sh

To run the script and update the output files, just do:

$ cd <this-dir>
$ ./create-build-ref.sh

That is all there is to it!

The generated documents are then referred to by other general TriBITS
documentation.