Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.47 KB

README.adoc

File metadata and controls

59 lines (36 loc) · 1.47 KB

MPFA Documents in Metanorma

Build Status Docker Build Status

This document is available in its rendered forms here:

Fetching the document

git clone https://github.com/metanorma/mpfd-documents/

Running via Docker or locally

If you have installed the build tools locally, and wish to run the locally-installed compilation tools, there is nothing further to set.

If you don’t want to deal with local dependencies, use the docker:

docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate . -o published -c metanorma.yml

Building The Document

metanorma site generate . -o published -c metanorma.yml

The following outputs will be built:

Iterating the document

make clean all
open documents.html