diff options
author | pacien | 2020-02-24 19:56:34 +0100 |
---|---|---|
committer | pacien | 2020-02-24 19:56:34 +0100 |
commit | ece9a34ee7c7a29079f44a7da811a2b23da301c8 (patch) | |
tree | 6336d73de46f2e49aefddc0c441a093568ea5c70 | |
parent | 2a458e25c0510798120dddbd85cef5ee440c2a2a (diff) | |
download | ldgallery-ece9a34ee7c7a29079f44a7da811a2b23da301c8.tar.gz |
readme: update doc generation commands
-rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,10 +14,11 @@ Build | |||
14 | * Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. | 14 | * Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. |
15 | 15 | ||
16 | 16 | ||
17 | The man page can be generated using [Pandoc]: | 17 | The man pages can be generated using [Pandoc]: |
18 | 18 | ||
19 | ``` | 19 | ``` |
20 | pandoc --standalone --to man ldgallery.1.md --output ldgallery.1 | 20 | pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 |
21 | pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 | ||
21 | ``` | 22 | ``` |
22 | 23 | ||
23 | [Pandoc]: https://pandoc.org/ | 24 | [Pandoc]: https://pandoc.org/ |