mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
fixes path in scripts/generate-man-page-md.sh
This commit is contained in:
parent
2526b03d67
commit
d09ca9b8ec
@ -3,10 +3,10 @@ set -e
|
||||
|
||||
# note that this reqires pandoc to be installed.
|
||||
|
||||
cat ./pkg/yqlib/doc/headers/Main.md > man.md
|
||||
cat ./pkg/yqlib/doc/operators/headers/Main.md > man.md
|
||||
printf "\n# HOW IT WORKS\n" >> man.md
|
||||
tail -n +2 how-it-works.md >> man.md
|
||||
|
||||
for f in ./pkg/yqlib/doc/*.md; do
|
||||
for f in ./pkg/yqlib/doc/*.md; do
|
||||
cat "$f" >> man.md
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user