Commit graph

4 commits

Author SHA1 Message Date
Thomas Lauf
b189ccb020 Replace roff man pages with asciidoctor
This replaces the generation of man pages on project setup
by a on-demand generation via asciidoctor.
An exception are the man pages for the commands `day`, `month`, and `week`
which are simply redirects to the man page `timew-chart.1`. Those are now
static files in the Timewarrior repository.

A CMake find module to detect asciidoctor was added.
If asciidoctor is found, the targets `doc`, `man1`, and `man7` are created.
Those targets are also added to the default build target.

If asciidoctor is not available, the target `doc` is available, but it only
emits a message to install asciidoctor first.

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2021-02-21 20:58:30 +01:00
Paul Beckingham
cb52cf73e8 Docs: Updated URLs
- Updated support email address
- Updated repository URL
- Updated issue database URL
2018-02-08 21:48:46 -05:00
Michael Neumann
963d4ac7ae TI-91: Fix compilation on DragonFly
Needs an update to src/libshared as well.
2017-12-10 00:11:38 -05:00
Paul Beckingham
77f51a41bd Build: Migrated to external common lib 2016-01-18 22:52:01 -05:00