diff options
author | OzoneGrif | 2020-02-02 05:44:42 +0100 |
---|---|---|
committer | GitHub | 2020-02-02 05:44:42 +0100 |
commit | ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3 (patch) | |
tree | eef4a039d3105e13515af89aee5179b9eb35ae94 /readme.md | |
parent | 95e4b72df24b0074a078cebdccc478f42537eff7 (diff) | |
parent | 0b60fc3945987e547b767ece129cbf4df48d281e (diff) | |
download | ldgallery-ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3.tar.gz |
Merge pull request #72 from pacien/fix-implicit-output-exclusion
Fix implicit output exclusion
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Build | |||
17 | The man page can be generated using [Pandoc]: | 17 | The man page 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 ldgallery.1.md --output ldgallery.1 |
21 | ``` | 21 | ``` |
22 | 22 | ||
23 | [Pandoc]: https://pandoc.org/ | 23 | [Pandoc]: https://pandoc.org/ |