diff options
-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/ |