mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 16:26:26 +08:00
📝 docs: Update pandoc to match Setup.hs
The sdist hook in [Setup.hs](Setup.hs) disables the `smart` extension when creating man page.
This commit is contained in:
@@ -210,8 +210,10 @@ or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/in
|
|||||||
|
|
||||||
Distro packages already come with a `man` page. If you are building from source, it can be installed with:
|
Distro packages already come with a `man` page. If you are building from source, it can be installed with:
|
||||||
|
|
||||||
pandoc -s -t man shellcheck.1.md -o shellcheck.1
|
```console
|
||||||
sudo mv shellcheck.1 /usr/share/man/man1
|
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1
|
||||||
|
sudo mv shellcheck.1 /usr/share/man/man1
|
||||||
|
```
|
||||||
|
|
||||||
## Travis CI
|
## Travis CI
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user