fix paths
This commit is contained in:
parent
c02a13b392
commit
0f4bbd8863
@ -5,18 +5,12 @@ yes | rm -f assets/ffplayout.1.gz
|
||||
engine_docs=(
|
||||
"README.md"
|
||||
"docs/api.md"
|
||||
"ffplayout/README.md"
|
||||
"docs/install.md"
|
||||
"docs/output.md"
|
||||
"docs/live_ingest.md"
|
||||
"docs/preview_stream.md"
|
||||
)
|
||||
|
||||
api_docs=(
|
||||
"ffplayout-api/README.md"
|
||||
"docs/api.md"
|
||||
)
|
||||
|
||||
pandoc "${engine_docs[@]}" -s --wrap=preserve -t man -o assets/ffplayout.1
|
||||
|
||||
gzip assets/ffplayout.1
|
||||
|
Loading…
Reference in New Issue
Block a user