diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Build | |||
17 | The man pages can be generated using [Pandoc]: | 17 | The man pages can be generated using [Pandoc]: |
18 | 18 | ||
19 | ``` | 19 | ``` |
20 | pandoc --standalone --to man ldgallery-quickstart.7.md --output ldgallery-quickstart.7 | ||
20 | pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 | 21 | 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 | 22 | pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 |
22 | ``` | 23 | ``` |