diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit b691fa65848c83bfa54802152522bed12a3aa9d5
parent 5bca6dc963ad64c8523d097960d8b21dddf96b80
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 13 Jun 2021 16:25:34 +0200

add man dir

Diffstat:
MTESTING.md | 9++++-----
Rdiary.1 -> man/diary.1 | 0
Rdiary.1.html -> man/diary.1.html | 0
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/TESTING.md b/TESTING.md @@ -7,7 +7,7 @@ This file holds notes for testing purposes. ### Plain Text Generate plain text from "runoff" text: ```bash -tbl diary.1 | nroff -man | less +tbl man/diary.1 | nroff -man | less ``` ### `mandoc` HTML (preferred) @@ -18,7 +18,7 @@ sudo apt-get install mandoc Generate HTML file: ```bash -mandoc -Thtml diary.1 > diary.1.html +mandoc -Thtml man/diary.1 > man/diary.1.html ``` ### `groff` HTML @@ -29,5 +29,5 @@ sudo apt-get install groff Generate HTML file (`-t` for `tbl`): ```bash -groff -t -mandoc -Thtml diary.1 > diary.1.html -``` -\ No newline at end of file +groff -t -mandoc -Thtml man/diary.1 > man/diary.1.html +``` diff --git a/diary.1 b/man/diary.1 diff --git a/diary.1.html b/man/diary.1.html