mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
fixes path in scripts/generate-man-page-md.sh (#1075)
This commit is contained in:
parent
02252e8e69
commit
7d2ddc1cde
@ -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