Fork me on GitHub

Building yourself from the source code

  1. Download the source code from GitHub

    Download this zip https://github.com/aamm/hyphenType/archive/0.1.zip.

  2. Extract the ZIP file (unzip, etc)
  3. Run Maven, by calling mvn on the project's root directory.
    mvn

Generating this site from the source code

This site can be generated from the source code using the site:site option in Maven:

mvn site:site

The site will be generated on $ROOT/target/site, where $ROOT is the project's root directory.

Generating a PDF documentation from the source code

A PDF version of this site can be generated using the pdf:pdf option in Maven:

mvn pdf:pdf

The PDF file will be generated on $ROOT/target/pdf/hyphenType-$version-manual.pdf, where $ROOT is the project's root directory and $version is the version you are building.