Skip to content

Commit

Permalink
add section 7 ('misc')
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Nov 19, 2024
1 parent b350551 commit e8052d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/scripts/generate_online_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ln ../_config.yml .
generate_github_markdown ./index.1.md > "../docs/index.md"

# mirror the organization of manpages
for raw_md in ./{commands,formats}/vsearch*.md ; do
for raw_md in ./{commands,formats,misc}/vsearch*.md ; do
FOLDER="$(dirname "${raw_md}")"
FILENAME="$(basename "${raw_md}")"
(cd "${FOLDER}" || exit 1
Expand Down

0 comments on commit e8052d4

Please # to comment.